codeklopper Posted March 23, 2006 Share Posted March 23, 2006 Hi there,I need to build a CMS and i have very little expierence with php.I know the main differences betweet php4 en 5, like better support for object oriented programing, exceptions, etc. But i wonder if i even need those things when building a cms.Help me out please.Thanx in advance.CK. Quote Link to comment Share on other sites More sharing options...
ober Posted March 23, 2006 Share Posted March 23, 2006 My suggestion would be to build it with PHP4, since a lot of hosts are still hesitant to install and support PHP5. This is especially the case if you plan to give the CMS to other people to use on their own hosts. Quote Link to comment Share on other sites More sharing options...
keeB Posted March 23, 2006 Share Posted March 23, 2006 [!--quoteo(post=357606:date=Mar 23 2006, 02:44 PM:name=ober)--][div class=\'quotetop\']QUOTE(ober @ Mar 23 2006, 02:44 PM) [snapback]357606[/snapback][/div][div class=\'quotemain\'][!--quotec--]My suggestion would be to build it with PHP4, since a lot of hosts are still hesitant to install and support PHP5. This is especially the case if you plan to give the CMS to other people to use on their own hosts.[/quote]I come from a different school of thought than ober, and that is: PHP4 will soon be 'outdated' and eventhough PHP4 code WORKS in PHP5, there are many advantages to coding in PHP5 from the getgo. Better OO Programming is the #1.. Quote Link to comment Share on other sites More sharing options...
txmedic03 Posted March 23, 2006 Share Posted March 23, 2006 If the servers don't support the PHP 5 you are still SOL though. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.