Add messaging system for reporting actions back to the user. Make

module install/uninstall work and tie it into the messaging system.
This commit is contained in:
Bharat Mediratta
2008-12-22 06:50:20 +00:00
parent f6381c534e
commit bdc0876fa8
9 changed files with 77 additions and 3 deletions
+7
View File
@@ -84,6 +84,13 @@ class Theme_View_Core extends View {
return $this->pagination->render();
}
/**
* Print out any messages waiting for this user.
*/
public function messages() {
return message::get();
}
/**
* Handle all theme functions that insert module content.
*/