php namespace Core; class Model{ private $table; public function __construct($table=''){ if ($table!='') $this->table=$table; else{ $this->ta...
確定! 回上一頁