/apps/todo/config.php

http://zoop.googlecode.com/ · PHP · 9 lines · 4 code · 1 blank · 4 comment · 0 complexity · fab754956211de4b778a346f34d13fcf MD5 · raw file

  1. <?php
  2. //
  3. // zoop config options
  4. //
  5. define('zoop_dir', dirname(__file__) . '/../../framework');
  6. define('app_dir', dirname(__file__));
  7. // app config options
  8. define('app_todo_dir', '../../var/apps/todo');