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:57:15 2012 by Will Schmid
0.403 s