/apps/todo/includes.php

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

  1. <?php
  2. include(zoop_dir . '/Zoop.php');
  3. Zoop::loadLib('zone');
  4. //Zoop::loadLib('db');
  5. include_once(dirname(__file__) . "/domain/TodoListCollection.php");
  6. include_once(dirname(__file__) . "/domain/TodoList.php");
  7. include_once(dirname(__file__) . "/domain/TodoListParser.php");
  8. include_once(dirname(__file__) . "/domain/TodoListItem.php");