tarakarama
(Btr Films)
February 23, 2011, 12:39am
1
Hi All,
I am basically Java developer. I would like to develop a site using PHP and have chosen YII framework.
I am just wondering, How much depth I need to learn PHP to work with YII framework. I know bit php fundamentals.
Can I start directly?
If I have to study before working on YII, Please provide your suggestions. Which books I need to read and all?
Thank you in advance
Regards,
taraka
samdark
(Alexander Makarov)
February 23, 2011, 2:41am
2
If you are comfortable with OOP then it will be pretty easy to dig into Yii. At least that’s what J2EE developers moved from Spring to Yii told me. Still, PHP basics are required so I can recommend this book and, of course, official guide. At the very minimum you should skim this part.
chennaiiq
(Chennaiiq)
February 23, 2011, 6:58am
3
First learn OOP in php
Class
Constant
Variable
Function
Private
Public
Protected
Static
Extends
Abstract
and Impliment
then you need to understand the MVC concept
SOME USEFUL LINKS FOR LEARN OOP
For many PHP programmers, object-oriented programming is a frightening concept, full of complicated syntax and other roadblocks. As detailed in my book, Pro PHP and jQuery, you'll learn the...
SOME USEFUL LINKS FOR UNDERSTANDING MVC
Gain technology and business knowledge and hone your skills with learning resources created and curated by O'Reilly's experts: live online training, video, books, conferences, our platform has content from 200+ of the world’s best publishers.
phpro.org/tutorials/Model-View-Controller-MVC.html
www.tonymarston.net/php-mysql/model-view-controller.html
mdomba
(Maurizio Domba Cerin)
February 23, 2011, 7:07am
4
NOTE: moved to proper sub-forum