php->ZendFramework
klggg
规划人生
展开
-
Zend_Controller_Front->dispatch 注解
Zend_Controller_Frontpublic function dispatch(Zend_Controller_Request_Abstract $request = null, Zend_Controller_Response_Abstract $response = null){// 注册出错的插件 if (!$this->getParam(noErrorHand原创 2007-07-29 19:13:00 · 2561 阅读 · 0 评论 -
Zend_Cache注解
php/** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-原创 2007-08-01 19:16:00 · 1466 阅读 · 0 评论 -
Zend_Cache_Core 注解
class Zend_Cache_Core{ // ------------------ // --- Properties --- // ------------------ /** * Backend Object 保存采用后端实例 * * @var object */ private $_backend = null;翻译 2007-08-09 12:13:00 · 1303 阅读 · 0 评论 -
Zend_Cache_Backend_File 注解
class Zend_Cache_Backend_File extends Zend_Cache_Backend implements Zend_Cache_Backend_Interface{ // ------------------ // --- Properties --- // ------------------ /** * Available翻译 2007-08-09 12:16:00 · 1581 阅读 · 0 评论 -
zend framework 记录
Use the URL view helper, please http://naneau.nl/2007/07/08/use-the-url-view-helper-please///视图echo $this->url(array(controller => user,action => edit,id => 123));?>">click me!//控制器$rout转载 2008-11-02 20:12:00 · 571 阅读 · 0 评论 -
终于封装好了 Zend_Db_Adapter_Mysql 和 Zend_Db_Statement_Mysql
终于封装好了 Zend_Db_Adapter_Mysql 和 Zend_Db_Statement_Mysql 不支持PDO 、MYSQLI的空间也可以用ZEND框架了。原创 2009-09-29 00:03:00 · 702 阅读 · 0 评论 -
Zend_Tool_Framework 命令行工具win下使用
1.添加环境变量 进入 我的电脑->系统属性->高级->环境变量->系统变量 找到 Path 变量名编辑,在最后追加 你的 library/Zend/bin和php.exe 路径,比如 ;E:/ggg/www/down/library/Zend/bin;E:/ggg/gggAPMserver/amp/php5/php.exe; 再添加个新变量 ZEND_TOO原创 2010-01-06 12:09:00 · 1391 阅读 · 0 评论 -
ZFDebug – 幫你診斷 Zend Framework 專案
<br />http://www.jaceju.net/blog/?p=1077<br />转载 2010-06-15 16:55:00 · 1246 阅读 · 0 评论