cache_TS

Original post provide by PHP Classes: Latest entries
Package: cache_TS
Summary: Cache the output of PHP script in files
Groups: Cache, Files and Folders
Author: Jacek Wloka
Description: This class can be used to cache the output of PHP script in files.

First it checks the cache file of a given cache key.

If the cache file exists and it has not expired, the class outputs the contents of the cache file.

If the cache file does not yet exist or it has expired, the class starts capturing the output of the script and stores it in the cache file.

The directory where the cache files are stored and the cache file expiry time are configurable parameters.

Previous Articles:
LinkMeIn
Package: LinkMeIn Summary: Retrieve the contact list of an user of LinkedIn Groups: Web services, XML Author: Ehsanul Haque Description: This class can be used to retrieve the contact list of an user of the LinkedIn site. It access the LinkedIn site and authenticates on behalf of a given user.
Tutoriel SQLite Et PHP5
Contraitement à de nombreux SGBD, SQLite ne reproduit pas le schéma habituel client/serveur mais est directement intégré aux programmes en utilisant des fichiers pour stocker les bases de données. Jason Gilmore propose sur developer.com un tutoriel expliquant, entre autre, comment utiliser SQLite dans une application PHP 5.
Advanced JSON: Persistence Mapping, Mashups, RPCs And Beyond
The access and manipulation of data is core to most Web applications. JSON has proven to be a very easy to use, yet an immensely powerful data interchange protocol. However, by itself JSON is lacking a number of important capabilities, and efficient client/server data interaction must usually be customized, making development and interoperability difficult.
The Dark Side Of AJAX - JavaScript Hijacking And How It Works
This session by the man who discovered the first cross-vendor AJAX vulnerability - JavaScript Hijacking - will detail it and other security concerns while also discussing ways that AJAX could be implemented to make it less risky. Finally, we will take a look at AJAX security incidents to-date, and identify the ways that increased adoption of AJAX is likely to change the way hackers behave.
Simple CAPTCHA Class
Package: Simple CAPTCHA Class Summary: Generate CAPTCHA validation images Groups: Graphics, Validation Author: Allan Irvine Description: This class can be used to generate CAPTCHA validation images.
More Articles:
PHP 5.2.4
L'équipe de développement de PHP a publié une nouvelle version : la 5.2.4. Cette nouvelle version corrige près de 120 bogues présent dans la branche 5.2 de PHP. Les corrections apportées concernent l'utilisation de wordwrap, GD, chunk_split, php_openssl_make_REQ, glob, open_basedir...
PHP 5.2.4 Released
The announcement states that:This release focuses on improving the stability of the PHP 5.2.X branch with over 120 various bug fixes in addition to resolving several low priority security bugs. All users of PHP are encouraged to upgrade to this release.You can download your copy at the php.net site, view full details of the release, and check the changelog for specific changes.
The Bakery: Five New Posts - Custom Views, CSS, ViewInFile, ActsAs And Email Validation
It can resize images, create several versions, and thubnails. After find model you got link to file for each record in model. Email Validation email validation replacement for /cake/libs/validation.php Check out The Bakery for even more great CakePHPrelated content.
Upcoming Conferences
There are a lot of good speakers on the schedule, and I'm also hoping for a surprise visit by Geoff, since he missed OSCON. (ApacheCon is another multi-disciplinary conference, which is a big part of its appeal.) I've got all of my trips entered into Dopplr, for those of you who use it.
PHP.net: PHP 5.2.4 Released
According to the latest post on the main PHP site, the latest release of the PHP 5 series PHP 5.2.4 has been posted for public consumption. The PHP development team would like to announce the immediate availability of PHP 5.2.4.

Leave a Reply