Beispiel #1
0
 /**
  * Item manager
  * @param CRUD_Item $item
  * @param mixed $value 
  */
 public function __construct(CRUD_Item $item, &$model = null)
 {
     $this->item = $item->get_item();
     $this->model = $model;
 }