Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
u2_progc [2011-01-21 10:50]
Joakim Forsgren
u2_progc [2011-01-21 11:09]
Joakim Forsgren
Line 62: Line 62:
             OR " . service_session::getInstance()->Get('Admin') . ")";             OR " . service_session::getInstance()->Get('Admin') . ")";
   return $this->db->Delete($query);   return $this->db->Delete($query);
 +}
 +
 +// Från forum.php
 +public function InsertItem ($data) {
 +  $this->table='lab5_Items';
 +  return $this->Insert($data);
 } }
  
 </code> </code>