added some useful models and controllers
This commit is contained in:
parent
9bb724147e
commit
1d4b2a3314
44 changed files with 6424 additions and 0 deletions
9
library/DidgeridooArtwork/Controller/Plugin/Notice.php
Normal file
9
library/DidgeridooArtwork/Controller/Plugin/Notice.php
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
class DidgeridooArtwork_Controller_Plugin_Notice extends Katharsis_Controller_Plugin_Abstract
|
||||
{
|
||||
public function preController()
|
||||
{
|
||||
$view = Katharsis_View::getInstance();
|
||||
$view->notices = DidgeridooArtwork_Notice::get();
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue