How should I start with the zend framework OOP based PHP site

I want to create a site having these things

  • PHP5 or higher
  • Zend framework
  • purely object oriented
  • Module testing
  • Agile methodology
  • ORM

I have to submit one project as a website using the above functions. I have known PHP for about 5 years, but not in OOP, and I have made many joomla / php / mysql / jquery sites. I know the basics of spring / hibernate / annotations / spring MVC / java, but not an advanced level

So, I want to know which site I can create that can have these features. If there is any book or textbook, provide a link so I can get started. i have 6 months

+3
source share
2 answers

( dev-stage-prod, routing ) . 2 , , , . , , api .

, , , Zend. Zend_App, Zend 3/4 . , ( ) mvc.

, Zend_Config, Zend_Mail, Zend_Db, Zend_Table, Zend_Statement, Zend_Load, Zend_Log Zend_Pdf, . , , , .

mvc, , , Zend , .

2 , !

+1