コメントのコントローラを作る
>cd "c:\Program Files\xampp\htdocs"
~中略~
Please select a class to Bake:(M/V/C)
>C ←コントローラを作成
-----------------------------------------------------------------
Controller Bake:
-----------------------------------------------------------------
Possible Controller based on your current database:
1. Categories
2. Comments
3. Posts
Enter a number from the list above, or type in the name of another controller.
>2 ←コメント「2」を指定。
~中略~
Would you like to include some basic class methods (index(), add(), view(), edit())?(y/n)
[n]>y ←標準機能を作成
~以下略~
最終更新:2007年05月15日 19:15