
Untitled
By: a guest on
May 2nd, 2012 | syntax:
None | size: 0.51 KB | hits: 8 | expires: Never
<?php
/**
* ClicktocallcdrTable
*
* This class has been auto-generated by the Doctrine ORM Framework
*/
class ClicktocallcdrTable extends Doctrine_Table
{
/**
* Returns an instance of this class.
*
* @return object ClicktocallcdrTable
*/
public static function getInstance()
{
return Doctrine_Core::getTable('Clicktocallcdr');
}
public function getRecords($page, $recordsOnPage, $sort, $filters){
//$query = $this->createQuery();
}
}