https://github.com/pei0804/hal_cinema
学校のチーム課題
https://github.com/pei0804/hal_cinema
Last synced: 8 months ago
JSON representation
学校のチーム課題
- Host: GitHub
- URL: https://github.com/pei0804/hal_cinema
- Owner: pei0804
- Created: 2016-11-07T01:18:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-15T05:35:32.000Z (over 9 years ago)
- Last Synced: 2025-07-22T08:53:44.448Z (11 months ago)
- Language: PHP
- Size: 5.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hal_cinema
## 進捗管理
[タスク管理](https://github.com/tikasan/hal_cinema/projects/1)
## データベース情報
各自でユーザー作成して権限を付与してください。やり方はぐぐってください。
```
const DB_DNS = "mysql:host=localhost;dbname=cinema;charset=utf8";
const DB_USERNAME = "halCinema";
const DB_PASSWORD = "cinema";
```
## 基本構成
DAO + Smarty
## データベースについて
```
ddl -> create.php
データベース名:cinema
データベース作成まで含めている。
```