// Root old files now keep full $_REQUEST parameters in redirection (not only $_GET) in order to keep full retrocompatibility with 1.4

This commit is contained in:
rMalie
2012-01-17 09:25:46 +00:00
parent 9a103237eb
commit 324dd57311
40 changed files with 78 additions and 205 deletions
+10
View File
@@ -26,4 +26,14 @@
*/
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();