pictcode / lib / Cake / Test / bake_compare / Controller / NoHelpersOrComponents.ctp @ 635eef61
履歴 | 表示 | アノテート | ダウンロード (289 Bytes)
| 1 | 635eef61 | spyder1211 | <?php |
|---|---|---|---|
| 2 | App::uses('AppController', 'Controller');
|
||
| 3 | /** |
||
| 4 | * Articles Controller |
||
| 5 | * |
||
| 6 | * @property Article $Article |
||
| 7 | * @property PaginatorComponent $Paginator |
||
| 8 | */ |
||
| 9 | class ArticlesController extends AppController {
|
||
| 10 | |||
| 11 | /** |
||
| 12 | * Components |
||
| 13 | * |
||
| 14 | * @var array |
||
| 15 | */ |
||
| 16 | public $components = array('Paginator');
|
||
| 17 | |||
| 18 | } |