| 1234567891011 |
- <?php
- $config->reviewcl = new stdclass();
- $config->reviewcl->create = new stdclass();
- $config->reviewcl->edit = new stdclass();
- $config->reviewcl->create->requiredFields = 'title';
- $config->reviewcl->edit->requiredFields = 'title';
- $config->reviewcl->actions = new stdclass();
- $config->reviewcl->actions->view = array();
- $config->reviewcl->actions->view['mainActions'] = array('edit', 'delete');
|