简体   繁体   English

Zend MVC,视图/动作计划

[英]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. 我正在使用Zend MVC,并且正在寻找一种安排视图和操作的方式,但我不知道从哪里开始。 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. 这个想法是要获得一个XML文件之类的文件,在其中我可以定义网站的所有视图,从视图中定义可能的操作并定义转换。

Do you know where I can find some info (tuto) on this topic ? 您知道在哪里可以找到有关此主题的信息(tuto)吗?

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'. 如果是这种情况,则需要项目配置文件“ .zfproject.xml”。 This file is automatically updated when you use the Zend Framework CLI tool. 使用Zend Framework CLI工具时,此文件会自动更新。 Read about it: 阅读有关:

  1. Using the CLI Tool ; 使用CLI工具 ;
  2. Using Zend_Tool On The Command Line . 在命令行上使用Zend_Tool

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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