From a6873ee6c84a5797d7c1df0baa5e0fa4082a557a Mon Sep 17 00:00:00 2001 From: Logsol Date: Mon, 8 Jul 2013 20:55:46 +0200 Subject: [PATCH] added some useful models and controllers --- application/model/Example.php | 23 ----------------------- application/view/welcome.phtml | 12 ------------ 2 files changed, 35 deletions(-) delete mode 100644 application/model/Example.php delete mode 100644 application/view/welcome.phtml diff --git a/application/model/Example.php b/application/model/Example.php deleted file mode 100644 index 8044495..0000000 --- a/application/model/Example.php +++ /dev/null @@ -1,23 +0,0 @@ - - * @version 0.5.2 - * @package Katharsis - */ -class Example extends Katharsis_Model_Abstract -{ - /** - * Init method, will be called when this class is instanced - * Use this method instead of __construct() - * - * @return void - */ - public function init() - { - } -} \ No newline at end of file diff --git a/application/view/welcome.phtml b/application/view/welcome.phtml deleted file mode 100644 index b8b5b6d..0000000 --- a/application/view/welcome.phtml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - -

Welcome

-

- This is an empty someVariableName?> project. -

- - \ No newline at end of file