IDEやめる

コマンドプロンプトでいいや

C:\xampp\htdocs\kpt3>cake bake all


Welcome to CakePHP v2.3.6 Console
---------------------------------------------------------------
App : app
Path: C:\xampp\htdocs\kpt3\app\
---------------------------------------------------------------
Bake All
---------------------------------------------------------------
Possible Models based on your current database:
1. Tag
2. Viewpoint
3. Whiteboard
Enter a number from the list above,
type in the name of another model, or 'q' to exit
[q] > 2

Baking model class for Viewpoint...

Creating file C:\xampp\htdocs\kpt3\app\Model\Viewpoint.php
Wrote `C:\xampp\htdocs\kpt3\app\Model\Viewpoint.php`

Baking test fixture for Viewpoint...

Creating file C:\xampp\htdocs\kpt3\app\Test\Fixture\ViewpointFixture.ph
Wrote `C:\xampp\htdocs\kpt3\app\Test\Fixture\ViewpointFixture.php`
Bake is detecting possible fixtures...

Baking test case for Viewpoint Model ...

Creating file C:\xampp\htdocs\kpt3\app\Test\Case\Model\ViewpointTest.ph
Wrote `C:\xampp\htdocs\kpt3\app\Test\Case\Model\ViewpointTest.php`

Baking controller class for Viewpoints...

Creating file C:\xampp\htdocs\kpt3\app\Controller\ViewpointsController.
Wrote `C:\xampp\htdocs\kpt3\app\Controller\ViewpointsController.php`
Bake is detecting possible fixtures...

Baking test case for Viewpoints Controller ...

Creating file C:\xampp\htdocs\kpt3\app\Test\Case\Controller\ViewpointsC
Test.php
Wrote `C:\xampp\htdocs\kpt3\app\Test\Case\Controller\ViewpointsControll
p`

Baking `index` view file...

Creating file C:\xampp\htdocs\kpt3\app\View\Viewpoints\index.ctp
Wrote `C:\xampp\htdocs\kpt3\app\View\Viewpoints\index.ctp`

Baking `view` view file...

Creating file C:\xampp\htdocs\kpt3\app\View\Viewpoints\view.ctp
Wrote `C:\xampp\htdocs\kpt3\app\View\Viewpoints\view.ctp`

Baking `add` view file...

Creating file C:\xampp\htdocs\kpt3\app\View\Viewpoints\add.ctp
Wrote `C:\xampp\htdocs\kpt3\app\View\Viewpoints\add.ctp`

Baking `edit` view file...

Creating file C:\xampp\htdocs\kpt3\app\View\Viewpoints\edit.ctp
Wrote `C:\xampp\htdocs\kpt3\app\View\Viewpoints\edit.ctp`

Bake All complete

C:\xampp\htdocs\kpt3>cake bake all


Welcome to CakePHP v2.3.6 Console
---------------------------------------------------------------
App : app
Path: C:\xampp\htdocs\kpt3\app\
---------------------------------------------------------------
Bake All
---------------------------------------------------------------
Possible Models based on your current database:
1. Tag
2. Viewpoint
3. Whiteboard
Enter a number from the list above,
type in the name of another model, or 'q' to exit
[q] > 3

Baking model class for Whiteboard...

Creating file C:\xampp\htdocs\kpt3\app\Model\Whiteboard.php
Wrote `C:\xampp\htdocs\kpt3\app\Model\Whiteboard.php`

Baking test fixture for Whiteboard...

Creating file C:\xampp\htdocs\kpt3\app\Test\Fixture\WhiteboardFixture.php
Wrote `C:\xampp\htdocs\kpt3\app\Test\Fixture\WhiteboardFixture.php`
Bake is detecting possible fixtures...

Baking test case for Whiteboard Model ...

Creating file C:\xampp\htdocs\kpt3\app\Test\Case\Model\WhiteboardTest.php
Wrote `C:\xampp\htdocs\kpt3\app\Test\Case\Model\WhiteboardTest.php`

Baking controller class for Whiteboards...

Creating file C:\xampp\htdocs\kpt3\app\Controller\WhiteboardsController.php
Wrote `C:\xampp\htdocs\kpt3\app\Controller\WhiteboardsController.php`
Bake is detecting possible fixtures...

Baking test case for Whiteboards Controller ...

Creating file C:\xampp\htdocs\kpt3\app\Test\Case\Controller\WhiteboardsControlle
rTest.php
Wrote `C:\xampp\htdocs\kpt3\app\Test\Case\Controller\WhiteboardsControllerTest.p
hp`

Baking `index` view file...

Creating file C:\xampp\htdocs\kpt3\app\View\Whiteboards\index.ctp
Wrote `C:\xampp\htdocs\kpt3\app\View\Whiteboards\index.ctp`

Baking `view` view file...

Creating file C:\xampp\htdocs\kpt3\app\View\Whiteboards\view.ctp
Wrote `C:\xampp\htdocs\kpt3\app\View\Whiteboards\view.ctp`

Baking `add` view file...

Creating file C:\xampp\htdocs\kpt3\app\View\Whiteboards\add.ctp
Wrote `C:\xampp\htdocs\kpt3\app\View\Whiteboards\add.ctp`

Baking `edit` view file...

Creating file C:\xampp\htdocs\kpt3\app\View\Whiteboards\edit.ctp
Wrote `C:\xampp\htdocs\kpt3\app\View\Whiteboards\edit.ctp`

Bake All complete

C:\xampp\htdocs\kpt3>cake bake all


Welcome to CakePHP v2.3.6 Console
---------------------------------------------------------------
App : app
Path: C:\xampp\htdocs\kpt3\app\
---------------------------------------------------------------
Bake All
---------------------------------------------------------------
Possible Models based on your current database:
1. Tag
2. Viewpoint
3. Whiteboard
Enter a number from the list above,
type in the name of another model, or 'q' to exit
[q] > 1

Baking model class for Tag...

Creating file C:\xampp\htdocs\kpt3\app\Model\Tag.php
Wrote `C:\xampp\htdocs\kpt3\app\Model\Tag.php`

Baking test fixture for Tag...

Creating file C:\xampp\htdocs\kpt3\app\Test\Fixture\TagFixture.php
Wrote `C:\xampp\htdocs\kpt3\app\Test\Fixture\TagFixture.php`
Bake is detecting possible fixtures...

Baking test case for Tag Model ...

Creating file C:\xampp\htdocs\kpt3\app\Test\Case\Model\TagTest.php
Wrote `C:\xampp\htdocs\kpt3\app\Test\Case\Model\TagTest.php`

Baking controller class for Tags...

Creating file C:\xampp\htdocs\kpt3\app\Controller\TagsController.php
Wrote `C:\xampp\htdocs\kpt3\app\Controller\TagsController.php`
Bake is detecting possible fixtures...

Baking test case for Tags Controller ...

Creating file C:\xampp\htdocs\kpt3\app\Test\Case\Controller\TagsControllerTest.
hp
Wrote `C:\xampp\htdocs\kpt3\app\Test\Case\Controller\TagsControllerTest.php`

Baking `index` view file...

Creating file C:\xampp\htdocs\kpt3\app\View\Tags\index.ctp
Wrote `C:\xampp\htdocs\kpt3\app\View\Tags\index.ctp`

Baking `view` view file...

Creating file C:\xampp\htdocs\kpt3\app\View\Tags\view.ctp
Wrote `C:\xampp\htdocs\kpt3\app\View\Tags\view.ctp`

Baking `add` view file...

Creating file C:\xampp\htdocs\kpt3\app\View\Tags\add.ctp
Wrote `C:\xampp\htdocs\kpt3\app\View\Tags\add.ctp`

Baking `edit` view file...

Creating file C:\xampp\htdocs\kpt3\app\View\Tags\edit.ctp
Wrote `C:\xampp\htdocs\kpt3\app\View\Tags\edit.ctp`

Bake All complete