Esempio n. 1
0
 public function show($section_id)
 {
     //show single
     $this->data['section'] = Section::find($section_id, 'id');
     $ft = new FieldType();
     $this->data['fieldtypes'] = $ft->all();
     View::Render('settings.sections.edit', $this->data, Settings::viewFolder());
 }