You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

model.config.php 758 B

3 vuotta sitten
1234567891011121314151617181920
  1. <?php
  2. /**
  3. *
  4. * ============================================================================
  5. * * 版权所有 蜘蛛出行 * *
  6. * 网站地址: http://www.zhizhuchuxing.com
  7. * ----------------------------------------------------------------------------
  8. * 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
  9. * 使用;不允许对程序代码以任何形式任何目的的再发布。
  10. * ============================================================================
  11. * Author By: 娄梦宁
  12. * PhpStorm model.config.php
  13. * Create By 2016/11/4 14:30 $
  14. */
  15. return array(
  16. PRE_PATH.'/mytrip' => array(
  17. 'controller' => 'MyTrip\Controller\MyTripController',
  18. 'de_action'=>'index'
  19. ),
  20. );