コード例 #1
0
ファイル: Search.php プロジェクト: knatorski/SMS
 protected function buildSQl()
 {
     $this->_buildServiceSql();
     $this->_filterSql();
     return $this->_select->__toString();
 }
コード例 #2
0
ファイル: DocumentFinder.php プロジェクト: alexukua/opus4
 /**
  * Debug method
  *
  * @return Opus_DocumentFinder Fluent interface.
  */
 public function debug()
 {
     Zend_Registry::get('Zend_Log')->debug($this->select->__toString());
     return $this;
 }