Ticket #151 (new enhancement-feature request)
caching of formgenerator output
| Reported by: | vain | Owned by: | |
|---|---|---|---|
| Priority: | minor-leicht | Milestone: | Clansuite 0.2.5 |
| Component: | Core | Version: | Clansuite v0.2a |
| Keywords: | Cc: | ||
| Estimated Number of Hours: | 0.0 | Add Hours to Ticket: | 0 |
| Billable?: | yes | Total Hours: | 0 |
| Internal?: | no |
Description (last modified by vain) (diff)
cache the html output of forms. so we generate one time, and fetch from cache, until form-generation-model is modifed. <?php $form->prepareCache(); $form->getCache(); $form->setCache(); ?>
# add to formgenerator if ($form->cached and $form->modified == false) {
$form->displayFromCache();
} else {
generate the form
}
Change History
Note: See
TracTickets for help on using
tickets.
