Initial skeleton in place with ZF2 submodule pointed at current master
authorEvan Coury <me@evancoury.com>
Fri, 30 Sep 2011 03:18:37 +0000 (20:18 -0700)
committerEvan Coury <me@evancoury.com>
Fri, 30 Sep 2011 03:18:37 +0000 (20:18 -0700)
commitf8a26075e9ee566a933125f76e73208fffd775a2
tree224c9da419293cf794f248a94745fe13740c11f8
parent96c5e83e41ccdf6d1b4a712bbf4e4f380a2a6a42
Initial skeleton in place with ZF2 submodule pointed at current master
18 files changed:
.gitmodules [new file with mode: 0644]
configs/application.config.php [new file with mode: 0644]
library/ZendFramework [new submodule]
modules/Application/Module.php [new file with mode: 0644]
modules/Application/autoload_classmap.php [new file with mode: 0644]
modules/Application/autoload_function.php [new file with mode: 0644]
modules/Application/autoload_register.php [new file with mode: 0644]
modules/Application/configs/module.config.php [new file with mode: 0644]
modules/Application/src/Application/Bootstrap.php [new file with mode: 0644]
modules/Application/src/Application/Controller/ErrorController.php [new file with mode: 0644]
modules/Application/src/Application/Controller/IndexController.php [new file with mode: 0644]
modules/Application/src/Application/View/Helper/Url.php [new file with mode: 0644]
modules/Application/src/Application/View/Listener.php [new file with mode: 0644]
modules/Application/views/error/index.phtml [new file with mode: 0644]
modules/Application/views/index/index.phtml [new file with mode: 0644]
modules/Application/views/layouts/layout.phtml [new file with mode: 0644]
public/.htaccess [new file with mode: 0644]
public/index.php [new file with mode: 0644]