Example #1
0
 public function addField($component)
 {
     $controller = new Field(array('to_id' => $component['id'], 'to_entity' => 'component', 'do_return' => true), 'add');
     $this->response->breadcrumb->addItem(fx::alang('Fields', 'system'), '#admin.component.edit(' . $component['id'] . ',fields)');
     $this->response->breadcrumb->addItem(fx::alang('Add new field', 'system'));
     return $controller->process();
 }