Blame | Last modification | View Log | RSS feed
<?phpApp::uses('AppModel', 'Model');/*** PaytmCalling Model**/class PaytmCalling extends AppModel {/*** Use table** @var mixed False or table name*/public $useTable = 'paytm_calling';/*** Primary key field** @var string*/public $primaryKey = 'user_id';/*** Display field** @var string*/public $displayField = 'user_id';}