https://github.com/noname007/food_book_system
https://github.com/noname007/food_book_system
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/noname007/food_book_system
- Owner: noname007
- Created: 2014-09-05T08:08:37.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-12T02:18:44.000Z (about 11 years ago)
- Last Synced: 2025-01-22T20:11:24.649Z (9 months ago)
- Language: PHP
- Size: 223 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
订饭系统
==这是一个订饭的简易系统。建立在用户足够可信任的基础上。可以用于一个办公室、家庭、小团体内的订饭统计
数据保存在 `data/`目录下,以json格式存储,在程序中操作时,则以数组在程序函数见传递。
`data/orders.txt` 用以存储都买了那些菜的详细订单信息。
`data/foods.txt` 用以存储所有可以买的食物种类。