Esempio n. 1
0
 public function getMessageCreate()
 {
     $languages = Language::lists('code', 'id');
     $groups = Group::lists('name', 'id');
     $this->layout->content = View::make('transdb::messagecreate')->with('languages', $languages)->with('groups', $groups);
 }