Rodhos Soft

備忘録を兼ねた技術的なメモです。Rofhos SoftではiOSアプリ開発を中心としてAndroid, Webサービス等の開発を承っております。まずはご相談下さい。

最初

作る sqlite3設定

rodhos.hatenadiary.jp

命令群

./bin/cake bake migration CreateProducts name:string description:text created modified
./bin/cake migrations migrate
./bin/cake bake seed Product
./bin/cake migrations seed
./bin/cake bake model Products
./bin/cake bake controller Products
./bin/cake bake template Products

sqlite3

.tables
select description, modified, created  from products;

ローカルで確認

./bin/cake server
http://localhost:8765/Products