| | |
Features in PHP 5
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
•
•
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!!!!
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. ;-).
-Ryan Hoffman
.NET Specialist / Webmaster, Extended64.com.
Please do not email or PM me with support questions. Please direct them to the forums instead.
.NET Specialist / Webmaster, Extended64.com.
Please do not email or PM me with support questions. Please direct them to the forums instead.
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
For me, for instance, I like PHP more than ASP, for one reason, because it's opensource
•
•
Join Date: Dec 2003
Posts: 4
Reputation:
Solved Threads: 0
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
nb: a good PHP IDE is Nusphere PHPED
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.
-Ryan Hoffman
.NET Specialist / Webmaster, Extended64.com.
Please do not email or PM me with support questions. Please direct them to the forums instead.
.NET Specialist / Webmaster, Extended64.com.
Please do not email or PM me with support questions. Please direct them to the forums instead.
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.
-Ryan Hoffman
.NET Specialist / Webmaster, Extended64.com.
Please do not email or PM me with support questions. Please direct them to the forums instead.
.NET Specialist / Webmaster, Extended64.com.
Please do not email or PM me with support questions. Please direct them to the forums instead.
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. =)
Of course there are other reasons why I choose a certain language, but I don't want to get into another web language debate. =)
Check out my blog at http://www.shinylight.com for more stuff about web dev.
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]
[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]
Check out my blog at http://www.shinylight.com for more stuff about web dev.
![]() |
Other Threads in the PHP Forum
- Previous Thread: Need a tutorial on sessions
- Next Thread: page.php?page=1,2,3,4,..inf.
| Thread Tools | Search this Thread |
apache api array beginner binary body broken buttons cakephp checkbox class cms code cron curl database date date/time display dynamic ebooks echo email error file files folder form forms function functions global google href htaccess html image include insert ip javascript joomla limit link list login mail mediawiki menu mlm msqli_multi_query multiple mycodeisbad mysql number oop parameter paypal pdf php phpincludeissue problem query radio random recourse recursion regex remote script search seo server sessions sms source sp space speed sql static subdomain syntax system table tag tutorial update upload url validator variable vbulletin video web webdesign white wordpress xml youtube






