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 $context = new \Tools\Context($_SERVER);
7 $context->serve();
8 
9 
10 //var_dump(Entity\ModelBase::setup());
11 /*
12 $user = new \Entity\User();
13 $user->password = "test";
14 $user->email = "isundill@gmail.com";
15 $user->sexe = "MALE";
16 $user->optin = true;
17 $user->save();
18 */
19 
$context
Definition: index.php:6