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

View File

@@ -60,6 +60,13 @@ class Admin_View_Core extends View {
print $menu;
}
/**
* Print out any messages waiting for this user.
*/
public function messages() {
return message::get();
}
/**
* Handle all theme functions that insert module content.
*/