AbstractController.class.php 249 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 14 <?php /** * Created by PhpStorm. * 应用回调控制层 * User: zhoutao * Date: 16/7/14 * Time: 下午2:56 */ namespace Frontend\Controller\Index; abstract class AbstractController extends \Common\Controller\Frontend\AbstractController { }