<?php namespace App\View; use Cake\View\View; class AppView extends View { } ... Most of the time your views will be rendering HTML/XHTML ...
確定! 回上一頁