예제 #1
0
파일: Search.php 프로젝트: knatorski/SMS
 protected function buildSQl()
 {
     $this->_buildServiceSql();
     $this->_filterSql();
     return $this->_select->__toString();
 }
예제 #2
0
 /**
  * Debug method
  *
  * @return Opus_DocumentFinder Fluent interface.
  */
 public function debug()
 {
     Zend_Registry::get('Zend_Log')->debug($this->select->__toString());
     return $this;
 }