我是zend框架的新手。
我想知道如何在zend 框架视图中包含文件。
我正在使用index.phtml在 zend 框架中显示数据。
index.phtml包含一些 php 页面,例如:
require_once ('/_incl/functions.php');
include('../functions.php');
现在我想知道我把这些文件放在哪里并调用index.phtml页面。
我可以做些什么来包含这些文件,这意味着保存所有这些文件的正确位置在哪里,并从index.phtml页面调用。