资 源 简 介
Php_locker_lib v2.0 - By SixtyFourWarrior
Use link on the right hand side of the page to download the library.
What is Php_locker_lib ?
Php_locker_lib is a Php library destined to be used when concurrent access issues occurs in web projects.
For example, on a forum, when a moderator edit a message, it will be better if nobody else can edit it or delete it at the same time. The problem can be more serious for example on selling sites, because you can lose money if the database is altered.
Php_locker_lib allows you to lock simultaneously one or multiple pages of your website when a user is on a critical area.
Why I wrote this library ?
Because I need it and I can"t find something like that on the web.
Naturally, you can do some tricks, checks or something else to solve concurent access issues, but I wanted to write a library which can be used on all cases.
About the author and the libra