Skip to content

Reciplan/liblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

liblog

メニュー履歴ライブラリ

need "libdb.php"

How to use

Create object of MenuLog Class. ex) $log = new MenuLog( host, user, pass, user_id );

Use ResistMenuLog to resist menu log to database. The method returns true if the method can resist log to database. ex) $decision = $log->ResistMenuLog( user_id, log_list );

Use GetMenuLog to get menu log from database The method returns array that like log_list if the method can get log from database. ex) $menulog = $

About

メニュー履歴ライブラリ

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages