在CakePHP中部署Zend框架
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在CakePHP中部署Zend框架相关的知识,希望对你有一定的参考价值。
Drop the Zend Framework Library folder into your Vendors folder
// Create a script in your Vendors folder called zf_include_path.php with the following statement: // In your action, just do the following, replacing Gdata.php with whatever library you wish to load (i.e. Loader.php): function myAction() { App::import('Vendor', 'zend_include_path'); App::import('Vendor', 'Zend_Gdata', true, false, 'Zend/Gdata.php'); }
以上是关于在CakePHP中部署Zend框架的主要内容,如果未能解决你的问题,请参考以下文章
开发大流量PHP网站,用啥框架比较好?codeigniter?Zend Framework?
Ubuntu18.04下基于apache2部署Zend Framework 3 MVC框架含BUG/问题解决)
Zend Framework 真的是一个框架还是一个库? [关闭]