OSDN Git Service

camephp
authorhisakago1974 <hisakago1974@gmail.com>
Sat, 23 May 2015 19:14:36 +0000 (15:14 -0400)
committerhisakago1974 <hisakago1974@gmail.com>
Sat, 23 May 2015 19:14:36 +0000 (15:14 -0400)
commit6bbe772359139aed3cf1b1e65c875327d97edd7b
tree50025e770d2a3a1934430c8cdb1f3c14abb05fa0
camephp
59 files changed:
.editorconfig [new file with mode: 0644]
.gitattributes [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.htaccess [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
README.md [new file with mode: 0644]
bin/cake [new file with mode: 0755]
bin/cake.bat [new file with mode: 0644]
bin/cake.php [new file with mode: 0644]
composer.json [new file with mode: 0644]
composer.lock [new file with mode: 0644]
config/app.default.php [new file with mode: 0644]
config/bootstrap.php [new file with mode: 0644]
config/bootstrap_cli.php [new file with mode: 0644]
config/paths.php [new file with mode: 0644]
config/routes.php [new file with mode: 0644]
config/schema/i18n.sql [new file with mode: 0644]
config/schema/sessions.sql [new file with mode: 0644]
index.php [new file with mode: 0644]
phpunit.xml.dist [new file with mode: 0644]
plugins/empty [new file with mode: 0644]
src/Console/Installer.php [new file with mode: 0644]
src/Controller/AppController.php [new file with mode: 0644]
src/Controller/Component/empty [new file with mode: 0644]
src/Controller/PagesController.php [new file with mode: 0644]
src/Model/Behavior/empty [new file with mode: 0644]
src/Model/Entity/empty [new file with mode: 0644]
src/Model/Table/empty [new file with mode: 0644]
src/Shell/ConsoleShell.php [new file with mode: 0644]
src/Template/Element/Flash/default.ctp [new file with mode: 0644]
src/Template/Element/Flash/error.ctp [new file with mode: 0644]
src/Template/Element/Flash/success.ctp [new file with mode: 0644]
src/Template/Email/html/default.ctp [new file with mode: 0644]
src/Template/Email/text/default.ctp [new file with mode: 0644]
src/Template/Error/error400.ctp [new file with mode: 0644]
src/Template/Error/error500.ctp [new file with mode: 0644]
src/Template/Layout/Email/html/default.ctp [new file with mode: 0644]
src/Template/Layout/Email/text/default.ctp [new file with mode: 0644]
src/Template/Layout/ajax.ctp [new file with mode: 0644]
src/Template/Layout/default.ctp [new file with mode: 0644]
src/Template/Layout/error.ctp [new file with mode: 0644]
src/Template/Layout/rss/default.ctp [new file with mode: 0644]
src/Template/Pages/home.ctp [new file with mode: 0644]
src/View/AppView.php [new file with mode: 0644]
src/View/Helper/empty [new file with mode: 0644]
test.txt [new file with mode: 0644]
tests/Fixture/empty [new file with mode: 0644]
tests/TestCase/Controller/Component/empty [new file with mode: 0644]
tests/TestCase/Model/Behavior/empty [new file with mode: 0644]
tests/TestCase/View/Helper/empty [new file with mode: 0644]
tests/bootstrap.php [new file with mode: 0644]
webroot/.htaccess [new file with mode: 0644]
webroot/css/base.css [new file with mode: 0644]
webroot/css/cake.css [new file with mode: 0644]
webroot/favicon.ico [new file with mode: 0644]
webroot/img/cake.icon.png [new file with mode: 0644]
webroot/img/cake.power.gif [new file with mode: 0644]
webroot/index.php [new file with mode: 0644]
webroot/js/empty [new file with mode: 0644]