Remove module skeleton

* it was pretty useless in it's current form
* I'm against a full-blown skeleton
* We need good step-by-step tutorials
This commit is contained in:
Thomas Gelf 2014-04-17 17:09:53 +00:00
parent d939e12ef9
commit 86cc256a82
4 changed files with 0 additions and 13 deletions
etc/module_skeleton
application
controllers
views/scripts
config
public

@ -1,11 +0,0 @@
<?php
/**
*
*/
class IndexController
{
public function indexAction()
{
}
}

@ -1 +0,0 @@
[menu]