Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 2nd, 2012  |  syntax: None  |  size: 0.51 KB  |  hits: 8  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <?php
  2.  
  3. /**
  4.  * ClicktocallcdrTable
  5.  *
  6.  * This class has been auto-generated by the Doctrine ORM Framework
  7.  */
  8. class ClicktocallcdrTable extends Doctrine_Table
  9. {
  10.     /**
  11.      * Returns an instance of this class.
  12.      *
  13.      * @return object ClicktocallcdrTable
  14.      */
  15.     public static function getInstance()
  16.     {
  17.         return Doctrine_Core::getTable('Clicktocallcdr');
  18.     }
  19.     public function getRecords($page, $recordsOnPage, $sort, $filters){
  20.       //$query = $this->createQuery();
  21.     }
  22. }