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