Skip to content

Provides a locking mechanism for use in Symphony extensions.

License

Notifications You must be signed in to change notification settings

brendo/tasklockapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Lock API

  • Version: 1.1
  • Author: Rowan Lewis me@rowanlewis.com
  • Build Date: 21 November 2009
  • Requirements: Symphony 2.0.6

Installation

  1. Upload the tasklockapi folder to your Symphony /extensions folder.

  2. Enable it by selecting "Task Lock API", and choosing Enable from the with-selected menu, then click Apply.

Example

isActive()) { echo 'Locked.'; } else { $lock->create(); // Do complex processing here: $lock->remove(); echo 'Done.'; } ?>

About

Provides a locking mechanism for use in Symphony extensions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages