Test.class.php 208 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 <?php /** * 用户信息 */ class Controller_Test extends Framework_YController { /** * 首页 */ public function indexAction() { Lib_Debug::logger('this is a test'); } }