PHP Symfony エンティティ作成、テーブル作成
php app/console generate:doctrine:entity --entity=MyBlogBundle:Post --format=annotation --fields="title:string(255) body...
PHP
Tech
Book