注册会员
<?php class PostsController extends PostsHelper { function index() { } } ?>
<?php class PostsHelper extends AppController { } ?>
查看详细资料
TOP