Nooku_Components
[
class tree: Nooku_Components
] [
index: Nooku_Components
] [
all elements
]
Todo List
Packages:
default
Koowa_Behavior
Koowa_Command
Koowa_Config
Koowa_Controller
Koowa_Database
Koowa_Date
Koowa_Dispatcher
Koowa_Event
Koowa_Exception
Koowa_Filter
Koowa_Helper
Koowa_Http
Koowa_Inflector
Koowa_Loader
Koowa_Mixin
Koowa_Model
Koowa_Object
Koowa_Plugins
Koowa_Request
Koowa_Service
Koowa_Template
Koowa_View
Nooku_Components
Nooku_Filter
Nooku_Module
Nooku_Modules
Nooku_Plugins
Files:
subpackage
Articles
toolbar.php
toolbar.php
subpackage
Default
abstract.php
abstract.php
behavior.php
behavior.php
cacheable.php
chrome.php
chrome.php
date.php
date.php
default.php
default.php
default.php
default.php
default.php
default.php
default.php
dispatcher.php
dispatcher.php
editor.php
executable.php
executable.php
form.php
form.php
html.php
html.php
image.php
ini.php
link.php
link.php
listbox.php
lockable.php
lockable.php
menubar.php
menubar.php
module.php
module.php
mysqli.php
paginator.php
paginator.php
resource.php
resource.php
script.php
script.php
style.php
style.php
toolbar.php
Classes:
Default
ComDefaultControllerBehaviorCacheable
ComDefaultControllerBehaviorExecutable
ComDefaultControllerDefault
ComDefaultControllerResource
ComDefaultControllerToolbarDefault
ComDefaultControllerToolbarMenubar
ComDefaultDatabaseAdapterMysqli
ComDefaultDatabaseBehaviorLockable
ComDefaultDispatcher
ComDefaultFilterIni
ComDefaultModelDefault
ComDefaultTemplateAbstract
ComDefaultTemplateDefault
ComDefaultTemplateFilterChrome
ComDefaultTemplateFilterForm
ComDefaultTemplateFilterLink
ComDefaultTemplateFilterModule
ComDefaultTemplateFilterScript
ComDefaultTemplateFilterStyle
ComDefaultTemplateHelperBehavior
ComDefaultTemplateHelperDate
ComDefaultTemplateHelperEditor
ComDefaultTemplateHelperImage
ComDefaultTemplateHelperListbox
ComDefaultTemplateHelperMenubar
ComDefaultTemplateHelperPaginator
ComDefaultTemplateHelperToolbar
ComDefaultViewHtml
JDocumentRendererModules
ModDefaultTemplateFilterChrome
Class: ComDefaultModelDefault
Source Location: /administrator/components/com_default/models/default.php
Class Overview
KObject
| --
KModelAbstract
| --
KModelTable
| --
KModelDefault
| --ComDefaultModelDefault
Default Model
Author(s):
Johan Janssens <
johan@nooku.org
>
Inherited Variables
Class:
KModelTable
KModelTable::$_table
Class:
KModelAbstract
KModelAbstract::$_column
KModelAbstract::$_item
KModelAbstract::$_list
KModelAbstract::$_state
KModelAbstract::$_total
Class:
KObject
KObject::$_mixed_methods
KObject::$__methods
KObject::$__service_container
KObject::$__service_identifier
Inherited Methods
Class:
KModelTable
KModelTable::__construct()
Constructor
KModelTable::getItem()
Method to get a item object which represents a table row
KModelTable::getList()
Get a list of items which represnts a table rowset
KModelTable::getTable()
Method to get a table object
KModelTable::getTotal()
Get the total amount of items
KModelTable::isConnected()
Test the connected status of the row.
KModelTable::set()
Set the model state properties
KModelTable::setTable()
Method to set a table object attached to the model
KModelTable::_buildQueryColumns()
Builds SELECT columns list for the query
KModelTable::_buildQueryFrom()
Builds FROM tables list for the query
KModelTable::_buildQueryGroup()
Builds a GROUP BY clause for the query
KModelTable::_buildQueryHaving()
Builds a HAVING clause for the query
KModelTable::_buildQueryJoins()
Builds LEFT JOINS clauses for the query
KModelTable::_buildQueryLimit()
Builds LIMIT clause for the query
KModelTable::_buildQueryOrder()
Builds a generic ORDER BY clasue based on the model's state
KModelTable::_buildQueryWhere()
Builds a WHERE clause for the query
KModelTable::_initialize()
Initializes the config for the object
Class:
KModelAbstract
KModelAbstract::__construct()
Constructor
KModelAbstract::get()
Get the model state properties
KModelAbstract::getData()
Get the model data
KModelAbstract::getItem()
Method to get a item
KModelAbstract::getList()
Get a list of items
KModelAbstract::getState()
Method to get state object
KModelAbstract::getTotal()
Get the total amount of items
KModelAbstract::isConnected()
Test the connected status of the model.
KModelAbstract::reset()
Reset all cached data and reset the model state to it's default
KModelAbstract::set()
Set the model state properties
KModelAbstract::_initialize()
Initializes the options for the object
KModelAbstract::__call()
Supports a simple form Fluent Interfaces. Allows you to set states by using the state name as the method name.
KModelAbstract::__clone()
Preform a deep clone of the object.
KModelAbstract::__get()
Get a model state by name
KModelAbstract::__set()
Set a model state by name
Class:
KObject
KObject::__construct()
Constructor
KObject::get()
Get the object properties
KObject::getHandle()
Get a handle for this object
KObject::getIdentifier()
Gets the service identifier.
KObject::getMethods()
Get a list of all the available methods
KObject::getService()
Get an instance of a class based on a class identifier only creating it if it does not exist yet.
KObject::inherits()
Checks if the object or one of it's mixin's inherits from a class.
KObject::mixin()
Mixin an object
KObject::set()
Set the object properties
KObject::_initialize()
Initializes the options for the object
KObject::__call()
Search the mixin method map and call the method or trigger an error
KObject::__clone()
Preform a deep clone of the object.
Class Details
[line
19
]
Default Model
Tags:
author:
Johan Janssens <
johan@nooku.org
>
[
Top
]
Documentation generated on Wed, 22 May 2013 03:01:23 +0200 by
phpDocumentor 1.4.3