JDWordpress  v.2014-02-11
Wordpress Plugin for CakePHP
JDBlogAuthor Class Reference

This class represents the interface to post authors. More...

Inheritance diagram for JDBlogAuthor:

Data Fields

 $displayField = 'display_name'
 CakePHP standard.
 
 $hasMany
 CakePHP standard. More...
 
 $order = ['display_name' => 'ASC']
 CakePHP standard. More...
 
 $primaryKey = 'ID'
 CakePHP standard.
 
 $useDbConfig = 'JDWordpressDB'
 CakePHP standard.
 
 $useTable = 'users'
 CakePHP standard.
 

Detailed Description

This class represents the interface to post authors.

Field Documentation

$order = ['display_name' => 'ASC']

CakePHP standard.

$hasMany
Initial value:
= [
'JDBlogPost' => [
'className' => 'JDWordpress.JDBlogPost'

CakePHP standard.


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