root/branches/1.0.x/testapp/application.init.php

Revision 38, 0.7 kB (checked in by laurentj, 3 years ago)

nettoyage du squelette de base myapp et ajout d'une appli de test testapp

Line 
1 <?php
2 /**
3 * @package  jelix
4 * @subpackage testapp
5 * @version  $Id$
6 * @author   Jouanneau Laurent
7 * @contributor
8 * @copyright 2005-2006 Jouanneau laurent
9 * @link     http://www.jelix.org
10 * @licence  http://www.gnu.org/licenses/gpl.html GNU General Public Licence, see LICENCE file
11 */
12
13
14 define ('JELIX_APP_PATH', dirname (__FILE__).'/'); // don't change
15
16 define ('JELIX_APP_TEMP_PATH',    realpath(JELIX_APP_PATH.'../temp/testapp/').'/');
17 define ('JELIX_APP_VAR_PATH',     realpath(JELIX_APP_PATH.'var/').'/');
18 define ('JELIX_APP_LOG_PATH',     realpath(JELIX_APP_PATH.'var/log/').'/');
19 define ('JELIX_APP_CONFIG_PATH'realpath(JELIX_APP_PATH.'var/config/').'/');
20 define ('JELIX_APP_WWW_PATH',     realpath(JELIX_APP_PATH.'www/').'/');
21
22 ?>
Note: See TracBrowser for help on using the browser.
Download in other formats: Plain Text Original Format