|
- <?php
- /**
- *
- * ============================================================================
- * * 版权所有 蜘蛛出行 * *
- * 网站地址: http://www.zhizhuchuxing.com
- * ----------------------------------------------------------------------------
- * 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
- * 使用;不允许对程序代码以任何形式任何目的的再发布。
- * ============================================================================
- * Author By: 娄梦宁
- * PhpStorm model.config.php
- * Create By 2016/11/4 14:30 $
- */
- return array(
- PRE_PATH.'/trip' => array(
- 'controller' => 'Trip\Controller\TripController',
- 'de_action'=>'index'
- ),
- PRE_PATH.'/base' => array(
- 'controller' => 'Trip\Controller\BaseController',
- 'de_action' => 'index',
- 'SEND_MESSAGE'=>'true'
- ),
- PRE_PATH.'/runs' => array(
- 'controller' => 'Trip\Controller\RunsController',
- 'de_action' => 'index',
- 'SEND_MESSAGE'=>'true'
- ),
-
- );
|