pluf2

pluf2 Commit Details


Date:2008-10-28 16:47:35 (16 years 1 month ago)
Author:Loic d'Anterroches
Branch:master
Commit:25a066cc012e36407d54ba999fad67b16aadb17d
Parents: a1eccdcf29ecc922554cea8c3d86ea6f2d7e1c2e
Message:Updated the default config.

Changes:

File differences

apps/todos/src/Todo/conf/todo.php-dist
3030
3131
3232
33
33
3434
3535
3636
37
38
39
40
41
37
38
39
4240
4341
4442
4543
46
44
4745
4846
4947
5048
5149
52
53
54
5550
5651
5752
// If your models are using models from applications outside of the
// base objects of the framework, you need to list them here.
// You need to include the name of the current application.
$cfg['installed_apps'] = array('Todo');
$cfg['installed_apps'] = array('Pluf', 'Todo');
// Base URL of the application. Note that it is not something like
// 'root_base' not to overwrite the base of another application when
// several application are running on the same host.
// If with Apache you access the index.php file with:
// http://localhost/path/to/index.php
// Just put '/path/to/index.php' or '/path/to/index'
$cfg['todo_base'] = '/path/to/index.php';
// several application are running on the same host.
// No / at the end.
$cfg['todo_base'] = '/~loa/todo/index';
// View file of the Todo application. They can be hardcoded in the
// Dispatcher, but it is often better to have them in a separated file
// for readability.
$cfg['todo_views'] = dirname(__FILE__).'/views.php';
$cfg['todo_urls'] = dirname(__FILE__).'/urls.php';
// Temporary folder where the script is writing the compiled templates,
// cached data and other temporary resources.
// It must be writeable by your webserver instance.
// It is mandatory if you are using the template system.
// You need to create this folder if needed. If you are using Windows
// you can create a 'tmp' folder on you C: drive and put 'c:/tmp'
// (note the forward slash / and not \)
$cfg['tmp_folder'] = '/tmp';
// The folder in which the templates of the application are located.

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.06652s using 13 queries.