source:
branches/rsr.v5.1.1/web/app/run/03_data.php
Last change on this file was 1, checked in by dj3c1t, 13 years ago | |
---|---|
File size: 297 bytes |
Line | |
---|---|
1 | <?php |
2 | |
3 | if(!$env->erreur) |
4 | { require $env->path("app")."data/sql.php"; |
5 | require $env->path("app")."data/data.php"; |
6 | $env->data = new data(new sql($env->db, $env->bdd["prefix_code"], $env->bdd["prefix"]), $env); |
7 | $env->data->load_modules($env->path("app")."data/modules/", true); |
8 | } |
9 | |
10 | ?> |
Note: See TracBrowser
for help on using the repository browser.