944,210 Members | Top Members by Rank

Ad:
  • PHP Discussion Thread
  • Unsolved
  • Views: 13300
  • PHP RSS
You are currently viewing page 2 of this multi-page discussion thread; Jump to the first page
Dec 8th, 2003
0

Re: Features in PHP 5

Quote originally posted by himerus ...
That would make sense after most of the posts I'm reading over. <jk>

I'm sure not a huge microSlouch fan myself, but, chances are Bill Gates will someday run for President, win, and plug us all into some advanced MS terminal that resembles the pods on the Matrix.

LONG LIVE OPEN SOURCE!!!!
LOL Your really an Open Source Advocate are you? There are two sides the street. Your on one, I'm on the other. I totally respect that.

I can see why you love open source, and believe me, some of the best .NET tools are open source. But I feel the features of .NET go above and beyond anything thats in PHP right now. .NET is free, just like PHP. .NET is six times as much documented as PHP. .NET is supported by a respected company, and PHP is totally unsuported.

.NET only runs on Windows (well, until Mono finishes). Thats my only complaint. But, then again, its a Windows world. ;-).
Moderator
Reputation Points: 322
Solved Threads: 28
The C# Man, Myth, Legend
Tekmaven is offline Offline
914 posts
since Feb 2002
Dec 8th, 2003
0

Re: Features in PHP 5

Of course lots of non-open source stuff is great, such as Windows, etc. But, things like Linux, PHP, Apache, MySQL, Mozilla/Firebird, etc. are awesome too.

For me, for instance, I like PHP more than ASP, for one reason, because it's opensource
Team Colleague
Reputation Points: 53
Solved Threads: 5
PHP/vBulletin Guru
Gary King is offline Offline
360 posts
since Nov 2003
Dec 31st, 2003
0

Re: Features in PHP 5

Why do I prefer programming in PHP than ASP.net, because its a beautiful language and its a logical one. I found ASP.net to be very powerful but not as fun to work with than PHP. I also enjoy the fact that it is a portable language and that there are free hosts and there is a very large friendly community.

nb: a good PHP IDE is Nusphere PHPED
Reputation Points: 10
Solved Threads: 0
Newbie Poster
frentchy is offline Offline
4 posts
since Dec 2003
Dec 31st, 2003
0

Re: Features in PHP 5

I like ASP.NET better over PHP for many reasons, but this has to be one of the greatest: its more optimized. To get PHP to run at its most optimized form, you need to purchase the ZEND Optimizer. ASP.NET code is compiled to the .NET Framework, and its 100% optimized to the fullest out of the box.
Moderator
Reputation Points: 322
Solved Threads: 28
The C# Man, Myth, Legend
Tekmaven is offline Offline
914 posts
since Feb 2002
Jan 1st, 2004
0

Re: Features in PHP 5

What langauge do you use with for Asp.net. Is c# better than VB.net
Reputation Points: 10
Solved Threads: 0
Newbie Poster
frentchy is offline Offline
4 posts
since Dec 2003
Jan 1st, 2004
0

Re: Features in PHP 5

You can't quite compare C# with VB.net, they're different.

ASP.NET uses ASP.NET doesn't it?
Team Colleague
Reputation Points: 53
Solved Threads: 5
PHP/vBulletin Guru
Gary King is offline Offline
360 posts
since Nov 2003
Jan 2nd, 2004
0

Re: Features in PHP 5

ASP.NET can be written in any .NET language. Personally, I use C#, but its "all ends up looking the same". C# isn't better then VB.NET - its just different. Personally, I prefer it over VB.NET because of the closer relation with Java.
Moderator
Reputation Points: 322
Solved Threads: 28
The C# Man, Myth, Legend
Tekmaven is offline Offline
914 posts
since Feb 2002
Jan 2nd, 2004
0

Re: Features in PHP 5

VB.NET I like for doing quick jobs, though. I'd much rather prefer C++ over C#
Team Colleague
Reputation Points: 53
Solved Threads: 5
PHP/vBulletin Guru
Gary King is offline Offline
360 posts
since Nov 2003
Jan 3rd, 2004
0

Re: Features in PHP 5

The syntax between VB.NET and C# is more similar compared to VB.NET and VB6. Most of the languages supported by .NET are OOP. The object oriented methodology has its uses, and I think doing everything, even the most miniscule task, in OOP is a waste. That's why I prefer doing some projects in PHP/ColdFusion than ASP.NET/J2SE.

Of course there are other reasons why I choose a certain language, but I don't want to get into another web language debate. =)
Team Colleague
Reputation Points: 262
Solved Threads: 18
a.k.a inscissor
samaru is offline Offline
1,227 posts
since Feb 2002
Jan 3rd, 2004
0

Re: Features in PHP 5

I think they decided to take out the feature of referencing functions through namespaces. You can sort of emulate this still as follows:

[php]
<?
class Arithmetic{
function add($n1, $n2){
return $n1 + $n2;
}
function subtract($n1, $n2){
return $n1 - $n2;
}
}

echo Arithmetic::add(4,5)."<br/>";
echo Arithmetic::subtract(35,6);
?>
[/php]
Team Colleague
Reputation Points: 262
Solved Threads: 18
a.k.a inscissor
samaru is offline Offline
1,227 posts
since Feb 2002

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in PHP Forum Timeline: Need a tutorial on sessions
Next Thread in PHP Forum Timeline: page.php?page=1,2,3,4,..inf.





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC