edited page mechanism
This commit is contained in:
parent
4c21bbcefd
commit
79a0690fad
8 changed files with 51 additions and 37 deletions
|
@ -1,16 +1,5 @@
|
|||
<?php
|
||||
class AdminUploadController extends Katharsis_Controller_Abstract
|
||||
{
|
||||
public function indexAction()
|
||||
{
|
||||
}
|
||||
|
||||
public function headerAction()
|
||||
{
|
||||
$upload = new Upload();
|
||||
|
||||
$filename = $upload->header($this->_getParam('pageId'), $_FILES);
|
||||
|
||||
DidgeridooArtwork_Notice::add('Das Hochladen war erfolgreich. Dateiname: ' . $filename);
|
||||
}
|
||||
// check adminPageController and Upload model
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue