User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the PHP section within the Web Development category of DaniWeb, a massive community of 374,011 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,725 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our PHP advertiser: Lunarpages PHP Web Hosting
Views: 7636 | Replies: 25
Reply
Join Date: Feb 2002
Location: New York
Posts: 862
Reputation: Tekmaven is a glorious beacon of light Tekmaven is a glorious beacon of light Tekmaven is a glorious beacon of light Tekmaven is a glorious beacon of light Tekmaven is a glorious beacon of light 
Rep Power: 12
Solved Threads: 16
Moderator
Tekmaven's Avatar
Tekmaven Tekmaven is offline Offline
The C# Man, Myth, Legend

Re: Features in PHP 5

  #11  
Dec 8th, 2003
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. ;-).
-Ryan Hoffman

ASP.NET Specialist / Webmaster, Extended64.com.
Please do not email or PM me with support questions. Please direct them to the forums instead.
Reply With Quote  
Join Date: Nov 2003
Location: Toronto, Canada
Posts: 354
Reputation: Gary King will become famous soon enough Gary King will become famous soon enough 
Rep Power: 6
Solved Threads: 5
Colleague
Gary King's Avatar
Gary King Gary King is offline Offline
PHP/vBulletin Guru

Re: Features in PHP 5

  #12  
Dec 8th, 2003
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
Reply With Quote  
Join Date: Dec 2003
Posts: 4
Reputation: frentchy is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
frentchy frentchy is offline Offline
Newbie Poster

Re: Features in PHP 5

  #13  
Dec 31st, 2003
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
Reply With Quote  
Join Date: Feb 2002
Location: New York
Posts: 862
Reputation: Tekmaven is a glorious beacon of light Tekmaven is a glorious beacon of light Tekmaven is a glorious beacon of light Tekmaven is a glorious beacon of light Tekmaven is a glorious beacon of light 
Rep Power: 12
Solved Threads: 16
Moderator
Tekmaven's Avatar
Tekmaven Tekmaven is offline Offline
The C# Man, Myth, Legend

Re: Features in PHP 5

  #14  
Dec 31st, 2003
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

ASP.NET Specialist / Webmaster, Extended64.com.
Please do not email or PM me with support questions. Please direct them to the forums instead.
Reply With Quote  
Join Date: Dec 2003
Posts: 4
Reputation: frentchy is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
frentchy frentchy is offline Offline
Newbie Poster

Re: Features in PHP 5

  #15  
Jan 1st, 2004
What langauge do you use with for Asp.net. Is c# better than VB.net
Reply With Quote  
Join Date: Nov 2003
Location: Toronto, Canada
Posts: 354
Reputation: Gary King will become famous soon enough Gary King will become famous soon enough 
Rep Power: 6
Solved Threads: 5
Colleague
Gary King's Avatar
Gary King Gary King is offline Offline
PHP/vBulletin Guru

Re: Features in PHP 5

  #16  
Jan 1st, 2004
You can't quite compare C# with VB.net, they're different.

ASP.NET uses ASP.NET doesn't it?
Reply With Quote  
Join Date: Feb 2002
Location: New York
Posts: 862
Reputation: Tekmaven is a glorious beacon of light Tekmaven is a glorious beacon of light Tekmaven is a glorious beacon of light Tekmaven is a glorious beacon of light Tekmaven is a glorious beacon of light 
Rep Power: 12
Solved Threads: 16
Moderator
Tekmaven's Avatar
Tekmaven Tekmaven is offline Offline
The C# Man, Myth, Legend

Re: Features in PHP 5

  #17  
Jan 2nd, 2004
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

ASP.NET Specialist / Webmaster, Extended64.com.
Please do not email or PM me with support questions. Please direct them to the forums instead.
Reply With Quote  
Join Date: Nov 2003
Location: Toronto, Canada
Posts: 354
Reputation: Gary King will become famous soon enough Gary King will become famous soon enough 
Rep Power: 6
Solved Threads: 5
Colleague
Gary King's Avatar
Gary King Gary King is offline Offline
PHP/vBulletin Guru

Re: Features in PHP 5

  #18  
Jan 2nd, 2004
VB.NET I like for doing quick jobs, though. I'd much rather prefer C++ over C#
Reply With Quote  
Join Date: Feb 2002
Location: Long Island, NY
Posts: 1,134
Reputation: samaru is just really nice samaru is just really nice samaru is just really nice samaru is just really nice 
Rep Power: 12
Solved Threads: 2
Colleague
samaru's Avatar
samaru samaru is offline Offline
a.k.a inscissor

Re: Features in PHP 5

  #19  
Jan 3rd, 2004
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. =)
_.:: my websites ::._
blog @ www.samaru.net * engi No Jutsu @ www.narutorp.net * portfolio @ shinylight.com
deviantART: inscissor
Reply With Quote  
Join Date: Feb 2002
Location: Long Island, NY
Posts: 1,134
Reputation: samaru is just really nice samaru is just really nice samaru is just really nice samaru is just really nice 
Rep Power: 12
Solved Threads: 2
Colleague
samaru's Avatar
samaru samaru is offline Offline
a.k.a inscissor

Re: Features in PHP 5

  #20  
Jan 3rd, 2004
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]
_.:: my websites ::._
blog @ www.samaru.net * engi No Jutsu @ www.narutorp.net * portfolio @ shinylight.com
deviantART: inscissor
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

DaniWeb PHP Marketplace
Thread Tools Display Modes

Other Threads in the PHP Forum

All times are GMT -4. The time now is 10:57 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC