aql::increment()
Table Of Contents
Usage
void aql::form ( string $model_name [, mixed $id ] )
Parameters
- model_name
- The name of the model
- ide
- The numeric id or encrypted ide that identifies the record to be pre-populated in the form.
Return Values
Does not return anything.
Example
<?
aql::form( 'album', $album_id );
?>
<input type="button" value="Save" />
See Also
Last edited Fri Jan 27 00:55:23 2012 by Will Schmid
