ecom
E-commerce cms
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Pages
home
isundil
Project
ecom
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
$context
Definition:
index.php:6
Generated on Wed Aug 5 2015 00:55:56 for ecom by
1.8.8