oDog = new Dog(new ModelBladeJctjOption()); $this->oDog->_setPrimaryKey("k"); $this->oDog->_setThisName("jctj_option"); // $this->oDDT->_setStrField(["content"]); } public function __call($sName, $aArg) { return $this->oDog->$sName($aArg[0]); } }