JDSparkle  v.2014-02-11
Sparkle Updater Plugin for CakePHP
JDSparkleRecord Class Reference

This class represents the interface to records. More...

Inheritance diagram for JDSparkleRecord:

Data Fields

 $belongsTo
 Default relations for this model. More...
 
 $order = [ 'key' => 'ASC' ]
 Default sorting order.
 
 $primaryKey = 'id'
 Primary key.
 
 $useDbConfig = 'JDSparkleDB'
 Database configuration in app/config
 
 $useTable = 'records'
 Database table this model uses.
 

Detailed Description

This class represents the interface to records.

Field Documentation

$belongsTo
Initial value:
= [
'JDSparkleReport' => [
'className' => 'JDSparkle.JDSparkleReport'

Default relations for this model.


The documentation for this class was generated from the following file: