ms0495038 / VMS

MIT License
0 stars 0 forks source link

資料庫操作與其他 #1

Open ymhuang0808 opened 9 years ago

ymhuang0808 commented 9 years ago
  1. 希望能使用 ORM 來操作 database,使用 migration 來管理 structure
  2. View 中的 HTML 不要跟 CSS 混在一起(必須)
ms0495038 commented 9 years ago

收到

目前已將View的HTML及CSS分開 也將操作database的地方改成用ORM寫了

以上更新皆已放上GITHUB

ymhuang0808 commented 9 years ago

commit: cf61c947ebf23e8e0acc0df12149500c25854c5d 要檢查 coding standard,符合 PSR-2 & PSR-4

以及 Lararvel 檔名的 convention,首字大寫、camel case (for example, CamelCase.php)

ymhuang0808 commented 9 years ago

可以使用 PHPCodeSniffer 來檢查:https://github.com/squizlabs/PHP_CodeSniffer