execute() protected method

******************* internal ****************d*g*
protected execute ( )
示例#1
0
 protected function execute()
 {
     if ($this->rows !== NULL) {
         return;
     }
     parent::execute();
     if ($this->accessedColumns) {
         $this->accessedColumns[$this->column] = TRUE;
     }
     $this->onExecute();
 }