nyroFwk
0.2
|
Public Member Functions | |
exec (array $prm=array()) | |
callbackTpl (array $prm) | |
getResponse () | |
publish (array $prm=array()) | |
getName () | |
getAttr ($name) | |
setAttr ($name, $value) | |
getCfg () | |
Protected Member Functions | |
afterInit () | |
execIndex ($prm=null) | |
execShow ($prm=null) | |
execScaffoldIndex ($prm=null) | |
isScaffolded () | |
execScaffoldList ($prm=null) | |
updateFilterWhere (db_where $where=null) | |
execScaffoldMultiple () | |
multipleDelete (array $ids) | |
hook ($action) | |
execScaffoldShow ($prm=null) | |
execScaffoldAdd ($prm=null) | |
execScaffoldDuplic ($prm=null) | |
execScaffoldEdit ($prm=null) | |
addEditForm ($action, $id=null) | |
execScaffoldDelete ($prm=null) | |
getFields ($action) | |
beforeExec ($realExec) | |
middleExec ($realExec) | |
afterExec ($realExec) | |
getViewAction () | |
setViewAction ($action) | |
getViewVar ($name) | |
setViewVar ($name, $value) | |
setViewVars (array $values) | |
preFetch () | |
isCacheEnabled () | |
addCacheTag ($val) | |
beforeInit () | |
Protected Attributes | |
$table = null | |
$row = null | |
$filterTable | |
$dataTable | |
$form = null | |
$cols | |
$related | |
$fields | |
$indexPage | |
$ids | |
$prmExec | |
$tpl | |
$cfg | |
Scaffold controller to dynamically create administration
Definition at line 10 of file nyro/module/scaffold/controller.class.php.
|
protectedinherited |
Add a cache tag
mixed | $val | The tag to add |
Definition at line 239 of file module/abstract.class.php.
|
protected |
Definition at line 292 of file nyro/module/scaffold/controller.class.php.
|
protectedinherited |
Definition at line 146 of file module/abstract.class.php.
|
protected |
Definition at line 83 of file nyro/module/scaffold/controller.class.php.
|
protectedinherited |
Definition at line 136 of file module/abstract.class.php.
|
protectedinherited |
Call just before the configuration initialisation
Definition at line 35 of file object.class.php.
|
inherited |
Definition at line 123 of file module/abstract.class.php.
|
finalinherited |
Every called action must pass by this function
null | string | $prm | Actopn Parameters |
nException | if wrong parameter or other errors |
Definition at line 40 of file module/abstract.class.php.
|
protected |
Definition at line 111 of file nyro/module/scaffold/controller.class.php.
|
protected |
Definition at line 276 of file nyro/module/scaffold/controller.class.php.
|
protected |
Definition at line 337 of file nyro/module/scaffold/controller.class.php.
|
protected |
Definition at line 283 of file nyro/module/scaffold/controller.class.php.
|
protected |
Definition at line 288 of file nyro/module/scaffold/controller.class.php.
|
protected |
Definition at line 120 of file nyro/module/scaffold/controller.class.php.
|
protected |
Definition at line 142 of file nyro/module/scaffold/controller.class.php.
|
protected |
Definition at line 207 of file nyro/module/scaffold/controller.class.php.
|
protected |
Definition at line 256 of file nyro/module/scaffold/controller.class.php.
|
protected |
Definition at line 116 of file nyro/module/scaffold/controller.class.php.
|
inherited |
Get an attribute
string | $name | Attribute name |
Definition at line 48 of file object.class.php.
|
inherited |
|
protected |
Get the Fields for a specific actions
string | $action | Action name (list, add, edit or show) |
Definition at line 354 of file nyro/module/scaffold/controller.class.php.
|
inherited |
|
inherited |
Definition at line 129 of file module/abstract.class.php.
|
protectedinherited |
|
protectedinherited |
Get a variable for the view
string | $name | Variable name |
Definition at line 176 of file module/abstract.class.php.
|
protected |
Function to be rewritten in eventual child to change the way the scaffold works Available actions:
string | $action |
Definition at line 254 of file nyro/module/scaffold/controller.class.php.
|
protectedinherited |
Check against the configuration if the current request should be cached
Definition at line 225 of file module/abstract.class.php.
|
protected |
Definition at line 138 of file nyro/module/scaffold/controller.class.php.
|
protectedinherited |
Definition at line 141 of file module/abstract.class.php.
|
protected |
Multiple delete action
array | $ids |
Definition at line 232 of file nyro/module/scaffold/controller.class.php.
|
protectedinherited |
Function called just before fetching the TPL. This is useful to add cacheTag or change tpl properties
Definition at line 218 of file module/abstract.class.php.
|
inherited |
Publish the module to shown
Definition at line 204 of file module/abstract.class.php.
|
inherited |
Set an attribute
string | $name | Attribute name |
mixed | $value | Attribute value |
Definition at line 58 of file object.class.php.
|
protectedinherited |
Set the action which will use for the view
string | $action |
Definition at line 162 of file module/abstract.class.php.
|
protectedinherited |
Add a variable to the view
string | $name | Variable name |
mixed | $value |
Definition at line 186 of file module/abstract.class.php.
|
protectedinherited |
Add variables to the view with an array
array | $values |
Definition at line 195 of file module/abstract.class.php.
|
protected |
Definition at line 203 of file nyro/module/scaffold/controller.class.php.
|
protectedinherited |
Definition at line 17 of file object.class.php.
|
protected |
Definition at line 52 of file nyro/module/scaffold/controller.class.php.
|
protected |
Definition at line 38 of file nyro/module/scaffold/controller.class.php.
|
protected |
Definition at line 67 of file nyro/module/scaffold/controller.class.php.
|
protected |
Definition at line 31 of file nyro/module/scaffold/controller.class.php.
|
protected |
Definition at line 45 of file nyro/module/scaffold/controller.class.php.
|
protected |
Definition at line 81 of file nyro/module/scaffold/controller.class.php.
|
protected |
Definition at line 74 of file nyro/module/scaffold/controller.class.php.
|
protectedinherited |
Definition at line 17 of file module/abstract.class.php.
|
protected |
Definition at line 59 of file nyro/module/scaffold/controller.class.php.
|
protected |
Definition at line 24 of file nyro/module/scaffold/controller.class.php.
|
protected |
Definition at line 17 of file nyro/module/scaffold/controller.class.php.
|
protectedinherited |
Definition at line 24 of file module/abstract.class.php.