resolved ds store conflicts, added plugins

This commit is contained in:
Logsol 2013-07-08 22:00:39 +02:00
parent 0941892470
commit 6ffd67045c
6 changed files with 22 additions and 17 deletions

View file

@ -27,8 +27,6 @@ class IndexController extends Katharsis_Controller_Abstract
*/
public function indexAction()
{
$this->_view->someVariableName = 'Katharsis';
echo $this->_view->render('welcome');
}
/**