lastErrorMessage() public method

public lastErrorMessage ( )
コード例 #1
0
ファイル: QueryExecutor.php プロジェクト: letsdrink/ouzo
 public function lastErrorMessage()
 {
     return $this->_db->lastErrorMessage();
 }