Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 823 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 823 Bytes

homekeeping

  • 昔、家計簿をWEBアプリとして管理していたときの残骸 JavaでSeasar2をつかっていたので似たような構成で作っていた

  • 設定ファイル関連

homekeeping/data に、excelファイルをためています(ローカルのみ)

homekeeping/php/src/setting/database_setting.php(ローカルのみ)に、データベースの接続情報を書いています。

setting_database_host = "xxxxxxx.db.sakura.ne.jp"; $this->setting_database_user = "xxxxx"; $this->setting_database_pass = "xxxxx"; $this->setting_database_scheme = "xxxxx"; } } ?>