Show
Ignore:
Timestamp:
04/15/08 23:02:23 (8 months ago)
Author:
aarkerio
Message:

Comment on new

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/app_controller.php

    r374 r400  
    11<?php 
    22/** 
    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 
    711 
    812class AppController extends Controller { 
     
    2428     $this->set('cU', $this->Auth->user());  // $cU current user array to use in the views if user logged 
    2529 } 
    26  
     30   
    2731 public function msgFlash($msg, $to) 
    2832 {