Skip to content

Commit

Permalink
// Fix debug
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelMalie committed Jan 23, 2012
1 parent e53f53a commit 39cc47a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,4 @@
*/

require(dirname(__FILE__).'/config/config.inc.php');
/*$countries = new Collection('Country', 1);
$countries->where('zone.name', '=', 'Asia');
echo '<pre>';
$countries->getAll(true);
exit;
foreach ($countries->getAll(true) as $country)
echo $country->name.'<br />';
exit;*/
Dispatcher::getInstance()->dispatch();

0 comments on commit 39cc47a

Please sign in to comment.