Jump to content
php.lv forumi

marrtins

Reģistrētie lietotāji
  • Posts

    1,570
  • Joined

  • Last visited

Posts posted by marrtins

  1. Neesu redzējis nevienu lietojamu framework. Tas YII vispār ir pārmudrīts sviests. Nu kas tas tāds ir???

     

    Yii::import('zii.widgets.CPortlet');
     
    class UserMenu extends CPortlet
    {
        public function init()
        {
            $this->title=CHtml::encode(Yii::app()->user->name);
            parent::init();
        }
     
        protected function renderContent()
        {
            $this->render('userMenu');
        }
    }
     
×
×
  • Create New...