views:

38

answers:

3

Hi ,Im new to php.I want to learn php5 tutorial.Which tutorial is best learn php5. Which editor is best to write php5 code.

Please explain Zend framework.

A: 

http://devzone.zend.com/article/627 and for zend

Paniyar
A: 

Cake php is also good here u get tutorials

FosterZ
A: 

There are a lot of PHP5 books. As I had C/C++ background, I Started with hacking existing PHP projects. This might be a good starting point would be w3school. Once you are done with this, try making your own php based website. To learn how to setup PHP, you can follow this instruction: http://www.tanjir.net/starting-with-php-mysql-and-apache-on-windows-machine/

I will recommend you to use Eclipse's PHP editor.

Zend framework is a MVC framework for creating application. I would not worry about it at the beginning.

tanjir
How to hacking existing php project
prakasam
There are a lot of open source PHP based projects. I started with PhpBB. Cause I was administrating a PhpBB based forum. Then TikiWiki, Joomla and Drupal. You should start with a project where you will have some kind of pressure. I had the pressure from members to add features and change certain things.
tanjir