Blame | Last modification | View Log | RSS feed
<?phpApp::uses('AppController', 'Controller');/*** Articles Controller** @property Article $Article* @property PaginatorComponent $Paginator*/class ArticlesController extends AppController {/*** Components** @var array*/public $components = array('Paginator');}