pluf2

pluf2 Commit Details


Date:2009-10-08 02:43:36 (15 years 2 months ago)
Author:Loic d'Anterroches
Branch:master
Commit:a3551b508a6509f89c488ef11dc9768994a2db55
Parents: 490e44385f0b99641983e38abf66fbb33db7a885
Message:Fixed the hello world example.

Changes:

File differences

apps/helloworld/Hello/conf/hello.php
11
22
3
3
4
45
<?php
return array('hello_urls' => dirname(__FILE__).'/urls.php');
return array('hello_urls' => dirname(__FILE__).'/urls.php',
'debug' => true);
apps/helloworld/index.php
11
2
2
33
44
55
<?php
set_include_path('../../src');
set_include_path(get_include_path().PATH_SEPARATOR.'../../src');
require 'Pluf.php';
Pluf::start(dirname(__FILE__).'/Hello/conf/hello.php');
Pluf_Dispatcher::loadControllers(Pluf::f('hello_urls'));

Archive Download the corresponding diff file

Branches

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