Database->insert('Log', array('Time' => 'NOW()', 'User' => $this->System->Modules['User']->Data['Id'], 'Module' => $Module, 'Operation' => $Operation, 'Value' => $Value)); //echo($this->Database->LastQuery); } }