Fusca using CakePHP
Aus Mein Wiki
Sebra (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „== multiple Apps with one core == Edit /cakeApp1/index.php (partial, comments removed) (This is the arrangement on my hosting account, yours may differ) if (!def…“) |
Sebra (Diskussion | Beiträge) (→multiple Apps with one core) |
||
Zeile 2: | Zeile 2: | ||
Edit /cakeApp1/index.php (partial, comments removed) | Edit /cakeApp1/index.php (partial, comments removed) | ||
(This is the arrangement on my hosting account, yours may differ) | (This is the arrangement on my hosting account, yours may differ) | ||
+ | |||
if (!defined('ROOT')) { | if (!defined('ROOT')) { | ||
define('ROOT', DS.'home'.DS.'username'.DS.'cakeApp1'); | define('ROOT', DS.'home'.DS.'username'.DS.'cakeApp1'); |