Changeset 400 for trunk/app/app_controller.php
- Timestamp:
- 04/15/08 23:02:23 (8 months ago)
- Files:
-
- 1 modified
-
trunk/app/app_controller.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/app_controller.php
r374 r400 1 1 <?php 2 2 /** 3 * Karamelo eLearning Platform 4 * Chipotle Software 2002-2008 5 * GPLv3 manuel<arroba>mononeurona<punto>org 6 **/ 3 * Karamelo e-Learning Platform 4 * Chipotle Software TM 2002-2008 5 * GPLv3 6 * @author Manuel Montoya manuel<arroba>mononeurona<punto>org 7 * @version 0.2 8 * @package Karamelo 9 */ 10 //file: app_controller.php 7 11 8 12 class AppController extends Controller { … … 24 28 $this->set('cU', $this->Auth->user()); // $cU current user array to use in the views if user logged 25 29 } 26 30 27 31 public function msgFlash($msg, $to) 28 32 {
