Can we bake in Zend Frame work as we do in Cakephp .
As in Cakephp we do not need to write Code for adding, editing, delete, action . we donot need to write code.
Is it possible to do the same with Zend?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
ZF has a CLI tool (found in the
binfolder, when you download the framework), or you could generate your own code, using Zend_CodeGenerator.