/apps/todo/config.php
http://zoop.googlecode.com/ · PHP · 9 lines · 4 code · 1 blank · 4 comment · 0 complexity · fab754956211de4b778a346f34d13fcf MD5 · raw file
- <?php
- //
- // zoop config options
- //
- define('zoop_dir', dirname(__file__) . '/../../framework');
- define('app_dir', dirname(__file__));
- // app config options
- define('app_todo_dir', '../../var/apps/todo');