在.phtml视图中包含zend应用程序文件夹之外的外部php文件,可以通过以下步骤实现:
include
或require
语句来引入外部php文件。例如:<?php include '/path/to/external/file.php'; ?>
// 定义常量来保存公共目录的路径
define('PUBLIC_PATH', '/path/to/public');
// 或者使用变量来保存公共目录的路径
$publicPath = '/path/to/public';
<?php include PUBLIC_PATH . '/file.php'; ?>
注意事项:
没有搜到相关的沙龙
领取专属 10元无门槛券
手把手带您无忧上云