Kann mit jemand erklären, warum

<?php echo $current_user['username']; ?>

im default.ctp funktioniert und im add.ctp nicht?


Version 2.1
    current_user gesetzt in AppController.php
    ...
    public function beforeFilter() {
       ...
       $this->set('current_user', $this->Auth->user());

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to