SproutCMS

This is the code documentation for the SproutCMS project

Page options:

Inherited members

class PageModel

Variables

NameVisibilityDescription
$active 
$additional_css 
$admin_perm_type 
$alt_browser_title 
$alt_nav_title 
$alt_template 
$banner 
$date_added 
$date_expire 
$date_modified 
$gallery_thumb 
$hit_count 
$id 
$menu_group 
$meta_description 
$meta_keywords 
$modified_editor 
$name 
$parent_id 
$record_order 
$show_in_nav 
$slug 
$stale_age 
$stale_reminder_sent 
$subsite_id 
$user_perm_type 

Functions

NameVisibilityDescription
getConnectionpublic (static) 
getTableNamepublic (static) 
getUidprotectedGenerate an appropriate UUID.
rulespublic 
savepublic 

public getConnection (from Model)

unknown Model::getConnection ( );

This function does not have a description

public getTableName

unknown PageModel::getTableName ( );

This function does not have a description

protected getUid (from Model)

string $Model->getUid ( );

Generate an appropriate UUID.

Beware - new records are created with a UUIDv4 while the save() method
generates a UUIDv5. Theoretically this shouldn't be externally apparent
due to the wrapping transaction.

public rules (from Model)

unknown $Model->rules ( );

This function does not have a description

public save (from Model)

unknown $Model->save ( [ mixed $validate ] );

This function does not have a description