- Timestamp:
- 09/25/08 21:09:39 (5 years ago)
- Location:
- events/phpframework/akelos/trunk
- Files:
-
- 16 added
- 4 modified
-
app/controllers/.user_controller.php.swp (added)
-
app/controllers/user_controller.php (modified) (1 diff)
-
app/locales/layout (added)
-
app/locales/layout/en.php (added)
-
app/locales/layout/ja.php (added)
-
app/locales/user (added)
-
app/locales/user/en.php (added)
-
app/vendor/plugins/debug (added)
-
app/vendor/plugins/debug/init.php (added)
-
app/views/user/.home.tpl.swp (added)
-
app/views/user/home.tpl (added)
-
config/.routes.php.swp (added)
-
config/locales/en.php (modified) (1 diff)
-
config/locales/ja.php (modified) (1 diff)
-
config/routes.php (modified) (1 diff)
-
tmp/views/app/views/layouts/compiled/user.tpl.php (added)
-
tmp/views/app/views/user (added)
-
tmp/views/app/views/user/compiled (added)
-
tmp/views/app/views/user/compiled/home.tpl.php (added)
-
tmp/views/app/views/user/compiled/listing.tpl.php (added)
Legend:
- Unmodified
- Added
- Removed
-
events/phpframework/akelos/trunk/app/controllers/user_controller.php
r19814 r19909 3 3 class UserController extends ApplicationController 4 4 { 5 function home() 6 { 7 p($this->params); 8 } 9 5 10 function index() 6 11 { -
events/phpframework/akelos/trunk/config/locales/en.php
r19814 r19909 268 268 '; 269 269 270 // 2008-09-25 20:08:36 271 272 273 $dictionary['"%name" class does not exist and it\'s needed by the "%plugin_name" plugin. '] = '"%name" class does not exist and it\'s needed by the "%plugin_name" plugin. '; 274 275 // 2008-09-25 20:51:32 276 277 278 $dictionary['Controller <i>%controller_name</i> can\'t handle action %action_name'] = 'Controller <i>%controller_name</i> can\'t handle action %action_name'; 279 270 280 271 281 ?> -
events/phpframework/akelos/trunk/config/locales/ja.php
r19814 r19909 266 266 '; 267 267 268 // 2008-09-25 20:08:36 269 270 271 $dictionary['"%name" class does not exist and it\'s needed by the "%plugin_name" plugin. '] = '"%name" class does not exist and it\'s needed by the "%plugin_name" plugin. '; 272 273 // 2008-09-25 20:51:32 274 275 276 $dictionary['Controller <i>%controller_name</i> can\'t handle action %action_name'] = 'Controller <i>%controller_name</i> can\'t handle action %action_name'; 277 268 278 269 279 ?> -
events/phpframework/akelos/trunk/config/routes.php
r19814 r19909 3 3 // You can find more about routes on /lib/AkRouters.php and /test/test_AkRouter.php 4 4 5 $Map->connect('/', array('controller' => 'user', 'action' => 'home')); 6 $Map->connect('/:username', array('controller' => 'user', 'action' => 'home')); 5 7 $Map->connect('/:controller/:action/:id', array('controller' => 'page', 'action' => 'index')); 6 $Map->connect('/', array('controller' => 'users', 'action' => 'home'));7 8 8 9 ?>
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)