简体   繁体   中英

Zend MVC, views/actions scheduling

I'm using Zend MVC and I'm looking for a way to schedule the views and actions but I don't know where to begin. The idea is to get a file like an XML file where I can define all the views of the website, to define the possible actions from a view and defines the transition.

Do you know where I can find some info (tuto) on this topic ?

Regards, Ced.

Is schedule the right word or did you mean something like define the views and actions , as in an application/website skeleton?

If that's the case you want the project profile '.zfproject.xml'. This file is automatically updated when you use the Zend Framework CLI tool. Read about it:

  1. Using the CLI Tool ;
  2. Using Zend_Tool On The Command Line .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM