Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
php-rt:projets:projet-2017:micro-framework [2017/04/02 23:19] – jcheron | php-rt:projets:projet-2017:micro-framework [2019/08/31 14:21] (Version actuelle) – modification externe 127.0.0.1 | ||
---|---|---|---|
Ligne 15: | Ligne 15: | ||
===== -- Configuration ===== | ===== -- Configuration ===== | ||
- | - Exécuter le script **database/cloud.sql** dans phpmyadmin pour créer la base de données | + | - Exécuter le script **app/database/virtualhosts.sql** dans phpmyadmin pour créer la base de données, |
- | - Editer le fichier de configuration app/ | + | - Editer le fichier de configuration app/ |
+ | - Editer le fichier de **.htaccess**, | ||
+ | - | ||
<sxh bash> | <sxh bash> | ||
Ligne 113: | Ligne 115: | ||
class ExempleController extends BaseController{ | class ExempleController extends BaseController{ | ||
public function index(){ | public function index(){ | ||
- | $users=DAO:: | + | $users=DAO:: |
... | ... | ||
} | } | ||
Ligne 140: | Ligne 142: | ||
class ExempleController extends BaseController{ | class ExempleController extends BaseController{ | ||
public function index(){ | public function index(){ | ||
- | | + | |
| | ||
} | } | ||
Ligne 154: | Ligne 156: | ||
class ExempleController extends BaseController{ | class ExempleController extends BaseController{ | ||
public function index(){ | public function index(){ | ||
- | | + | |
| | ||
} | } | ||
Ligne 212: | Ligne 214: | ||
use micro\orm\DAO; | use micro\orm\DAO; | ||
- | $host=DAO:: | + | $host=DAO:: |
</ | </ | ||
Ligne 236: | Ligne 238: | ||
<sxh php; | <sxh php; | ||
- | $ticket=DAO:: | + | $ticket=DAO:: |
</ | </ | ||
Ligne 246: | Ligne 248: | ||
<sxh php; | <sxh php; | ||
- | $hosts=DAO:: | + | $hosts=DAO:: |
</ | </ | ||
Ligne 254: | Ligne 256: | ||
<sxh php; | <sxh php; | ||
- | $hosts=DAO:: | + | $hosts=DAO:: |
foreach($hosts as $host){ | foreach($hosts as $host){ | ||
echo $host."< | echo $host."< | ||
Ligne 265: | Ligne 267: | ||
<sxh php; | <sxh php; | ||
- | $hosts=DAO:: | + | $hosts=DAO:: |
</ | </ | ||
Ligne 273: | Ligne 275: | ||
<sxh php; | <sxh php; | ||
- | $hosts=DAO:: | + | $hosts=DAO:: |
</ | </ | ||
Ligne 281: | Ligne 283: | ||
<sxh php; | <sxh php; | ||
- | $hosts=DAO:: | + | $hosts=DAO:: |
</ | </ | ||
Ligne 292: | Ligne 294: | ||
<sxh php; | <sxh php; | ||
- | $user=new User(); | + | $user=new |
$user-> | $user-> | ||
$user-> | $user-> | ||
Ligne 303: | Ligne 305: | ||
<sxh php; | <sxh php; | ||
- | $user=new User(); | + | $user=new |
$user-> | $user-> | ||
$user-> | $user-> | ||
Ligne 319: | Ligne 321: | ||
<sxh php; | <sxh php; | ||
- | $user=DAO:: | + | $user=DAO:: |
$user-> | $user-> | ||
try{ | try{ | ||
Ligne 334: | Ligne 336: | ||
<sxh php; | <sxh php; | ||
- | $user=DAO:: | + | $user=DAO:: |
try{ | try{ | ||
DAO:: | DAO:: |