随笔分类 -  zf2

zf2
摘要:一)如何整合?// change the following paths if necessary$yii = dirname(__FILE__).'/framework/yii.php';$config = dirname(__FILE__).'/protected/config/main.php';// remove the following line when in production modedefined('YII_DEBUG') or define('YII_DEBUG',true);// specify how 阅读全文
posted @ 2014-01-03 15:00 凹甲 阅读(296) 评论(0) 推荐(0)
摘要:FROM:http://mwop.net/blog/267-Getting-started-writing-ZF2-modules.htmlGetting started writing ZF2 modulesDuringZendConthis year, wereleased 2.0.0beta1ofZend Framework. The key story in the release is the creation of a new MVC layer, and to sweeten the story, the addition of a modular application arc 阅读全文
posted @ 2013-12-09 16:38 凹甲 阅读(407) 评论(0) 推荐(0)