views:

59

answers:

3

i want to build new project with zendframe work and mvc application..

already i build the project using framework.zend.com.

further more i would like to include new php file to the project.

automatically index file created by zend frameworkd for this project.

so i want to include another php file to this project..

i dont know how to do this....

please any one..

A: 

Best place to start is the quickstart guide

It sounds like you want to create an new controller, creating new controllers/views is easy with Zend_Tool

piddl0r
I found http://survivethedeepend.com/ very useful too
piddl0r
A: 

You should read up about zf http://www.zftutorials.com/

If you can't get this , you're going to have a hard managing. Zend Framework has a bit of a learning curve to it.

bonez
A: 

Not sure what you mean. You want to build you project using Zend Framework, as a MVC application, or you want to add some ZF's libraries to your own project?

Marcin
yes i want to build my project using zend framework with mvc application....please explain how to do this..
zahir hussain
zendcast (http://www.zendcasts.com/) is a good source of basic steps showing how to start using zend framework. Also if official Zend Framework Quick Start is not enough, you can use some books on ZF. But you must remember, that ZF is not the easiest framework to start with. Maybe you could try other, simpler PHP frameworks (e.g. cakePHP).
Marcin