Jump to content

PHP 5


karldesign

Recommended Posts

Hi all,

 

I am about to take on my final year project at University and am looking into using PHP 5... Well the options are PHP 5 or ASP.NET, and I know full well I'll be taking the PHP route!

 

Can anyone recommend any possible online resources for help/examples/principles of this version of PHP. Any support in OOP would also be ideal!

 

Cheers  :)

Link to comment
https://forums.phpfreaks.com/topic/72471-php-5/
Share on other sites

PHP isn't really version specific. While there are a few changes between 4-5, nothing really worth worrying too much about. There are however quite a few new features in the oop area. As per usual, the man is probably your best bet and specifically the oop5 section may help.

 

I'm assuming your already familiar with php? There is a good free book in my signiture if your not.

Link to comment
https://forums.phpfreaks.com/topic/72471-php-5/#findComment-365427
Share on other sites

The best way to do the project is to define what you want done plane out the way and features that you are going to use. Then from there start the code.

 

the manual is one why to do it but others are researching this form for different ideas.

 

Here are some of the spots I like to hit up.

 

http://www.PHPfreaks.com

http://forums.mysql.com/

http://php.net

 

Brett

Link to comment
https://forums.phpfreaks.com/topic/72471-php-5/#findComment-365450
Share on other sites

I personally like http://www.w3schools.com/php/ for their straight forward approach and examples, they do briefly explain most things in PHP so if you need more info on the subject, then I suggest heading over to www.php.net

 

If your able to afford books, a quick and easy way to learn PHP is reading the following books:

thats just to name a few.

 

Regards ACE

Link to comment
https://forums.phpfreaks.com/topic/72471-php-5/#findComment-365454
Share on other sites

Sams Teach yourself PHP in 24 hours (great if you want to learn PHP and memorise everything within a week)

 

Teach yourself PHP in 24 hours but takes a week to learn lol...

 

I'll give you a brief idea of what I want to do:

 

A free web directory of companies with an events calendar. I suppose I should just break it up into sections as normal, but using OOP techniques...

Link to comment
https://forums.phpfreaks.com/topic/72471-php-5/#findComment-365478
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.