Exemplo n.º 1
0
 /**
  *  Debug function
  *
  * @return Axis_Db_Table_Select Fluent
  */
 public function firephp()
 {
     if ('development' === Axis::app()->getEnvironment()) {
         Axis_FirePhp::log($this->__toString());
     }
     return $this;
 }