Hi there,
I am just starting out in the PHP world. I have used asp.net mvc and come from a VS 2008 background..
I looked at PHP and it seems that a lot of the code is mixed in with the html... so I was looking for something to manage separation... I found
but being a complete beginner in this i am unsure if its a good framework .... It uses the MVC pattern which should be good as i used this in other products...
I would really love some guidance..
I want to be able to start with PHP and i want to be able to keep as close as possible to PURE php but with a bit more separation (html and php code etc to help with maintainability )
Is MVC a good way to go? And is kohanaphp a good product, its open soruce as far as i can see but maybe there is a better alternative.
I have gone with the ZEND editor, well i have a trial ... it appears to be a general good editor for PHP?
Thanks
EDIT
Wow! thanks for such great feedback... So i am sort of stuck (after reading advise etc) between codeigniter and kohana ...
It appears that codeigniter has really good documentation but still uses OOP on PHP 4... Is this still the case??
So what does this actually mean? I can't use PHP 5 OOP features with codeigniter??
I must admit i was really ready to go with kohana but after doing a bit more investigation it appears that its documentation is very poor..
ZEND FRAMEWORK
Does anyone have any comments with regards to zend framework?