cakephp使用心得

<?php /** * 管理員操做相關的數據 */ class MainController extends AppController { public $components = array('Cookie'); public function addHospital() { if ($this->Cookie->read('name') != 'admin') {
相關文章
相關標籤/搜索