/apps/todo/includes.php
http://zoop.googlecode.com/ · PHP · 9 lines · 7 code · 1 blank · 1 comment · 0 complexity · a850a0d2a42bd3cd3ed29b1e61e2144f MD5 · raw file
- <?php
- include(zoop_dir . '/Zoop.php');
- Zoop::loadLib('zone');
- //Zoop::loadLib('db');
- include_once(dirname(__file__) . "/domain/TodoListCollection.php");
- include_once(dirname(__file__) . "/domain/TodoList.php");
- include_once(dirname(__file__) . "/domain/TodoListParser.php");
- include_once(dirname(__file__) . "/domain/TodoListItem.php");