The document contains code snippets and documentation about CakePHP, an open-source PHP web framework. It includes PHP code for retrieving data from a database based on a search keyword and displaying the results. It also discusses the model-view-controller approach used in CakePHP and configuring CakePHP to work without URL rewriting. The code examples demonstrate basic usage of CakePHP for building a web application.
6. 僕がやっている流れ
1. 「create table」でテーブル作成
2. 「cake bake」でテーブル用のModelを作成
3. ロジックのクラスとそれをテストするファイルを手
動作成
4. Test Test Test
○ もうここで大部分のテストは終わらせたい
5. 「cake bake」でControllerを作成
6. Test Test Test
Modelの話は他の人が発表しそうだからController
の話