aql::form()
Include the html form for the given model.
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
n/a
Example
<?
aql::form( 'album', $album_id );
?>
<input type="button" value="Save" />
See Also
Last edited Sun Jan 29 10:45:48 2012 by Will Schmid
