الكلمات الدليلية 'library'

PHP TOC Library

Posted by admin on ديسمبر 11 2009 Add Comments

PHP TOC Library

By : Jeremy B
This class was developed with the intent to allow users to connect to and use the AIM services.
The class features full support for sending and receiveing messages, chat, and soon direct IM connectivity.
Basically, it can do close to everything that AIM can do. You can create a bot, check peoples [...]

sqlCache API Library

Posted by admin on ديسمبر 10 2009 Add Comments

sqlCache API Library
By : Dmitry Sheiko
This package can be used to cache the results of SQL database query results in files.
The idea is to increase database application performance by avoided to access databases to retrieve the results of queries being executed repeatedly.
This package provides an API that encapsulates the execution and caching of SQL database [...]

MultiCache library

Posted by admin on ديسمبر 10 2009 Add Comments

MultiCache library

By : Vadym Timofeyev
This package can be used to cache data in files or memcached server.
It provides a base generic caching class and sub-classes to store cached data in files or in a memcached server.
The class can associate unique cache keys with cached data.
The cached data may expire after an optional expiry time. The [...]

Cache library

Posted by admin on ديسمبر 10 2009 Add Comments

Cache library

By : MatheW
This package can be used to cache data in files or other types of containers.
There is a factory class that manages driver classes that implement the access the actual access to cache containers.
The driver classes can store arbitrary data in containers given a cache data identifier and cache group name. Cached data [...]