Online surveys and reporting
This project is maintained by Nivocer
Important locations for configuration or application code
/public/
index.php
: app-bootstrap, include config, paths/application/
configs/
application.ini
: config with sections for live, development, testing, ...override.ini
: override/extend settings in application.ini
: mainly database connection, local configurationoverride.ini.sample
: sample override file of application.ini, also used for unittestingcontrollers/
Zend_Controller_action
, with a name in the form <controller>Controller
<action>Action
views/
scripts/
<controller>/
<action>.phtml
: default rendering for action of controller; when called with echo
the toString
function on the object is calledforms/
<controller>/
<action>.php
: default; possible to override isValid()
with own version, or to add form-element with addValidator()
models/
doctrine/
/library/
zend/
zendx/
doctrine/
/classes/
webenq/
import/
/bin/
doctrine
, doctrine.php
, fixYaml.php
: command line tools for doctrine, including script to fix the yaml outputinstall
: (re)load default structure and data into database/tests/
/public/
outputs/
reports/
/tmp/
ini_get('upload_tmp_dir')
or sys_get_temp_dir()