// Fix debug

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12592 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2012-01-23 09:37:56 +00:00
parent 0d7b9d119b
commit b2a77792d6
-10
View File
@@ -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();