ecom
E-commerce cms
 All Data Structures Namespaces Files Functions Variables Pages
index.php
Go to the documentation of this file.
1 <?php
2 
3 chdir(dirname(__FILE__));
4 require_once("core/autoload.php");
5 
6 $GLOBALS["context"] = new \Tools\Context();
7 
8 //var_dump(Entity\ModelBase::setup());
9 /*
10 $user = new \Entity\User();
11 $user->password = "test";
12 $user->email = "isundill@gmail.com";
13 $user->sexe = "MALE";
14 $user->optin = true;
15 $user->save();
16 */
17 
$GLOBALS["context"]
Definition: index.php:6