Categories
Tags → Write Php Class

PHP Data Cache Class

PHP data caching class that caches variables using file handle write to cache data with or without an expiration time. I used file_get_contents() rather than fread to speed up the application even further. Rather than run a complex logic or queries e...
DETAILS

JavaScript PHP Remote Method Library

This PHP5 class allows your Prototype JavaScript AJAX applications to natively call PHP methods and get data back as if the methods were written in JavaScript. I modeled this somewhat after AMFPHP for Flash remoting. I wanted to be able to simply wri...
DETAILS

floIcon

This class can be used to read and write icon images to files in the ICO format. It can parse ICO files and extract individual icon images into PHP GD image resources. The class can also merge ICO files and add new images to an ICO file. ...
DETAILS

PHP Excel 2007

Project providing classes for the PHP programming language, to allow to write to Excel 2007 files. Checkout the Features this class set provides, such as setting spreadsheet meta data (author, title, description, ...), multiple worksheets, differen...
DETAILS

datLib

datLib contains Class Methods that help simplify common programming functions that PHP programmers use in their development process when building web based applications. These include calculating dates in different formats; server and user informatio...
DETAILS

XPertMailer - Advanced PHP Mail Engine

XPertMailer is a PHP class that will help you send/read encoded MIME type mail messages (text, HTML, HTML embedded images, attachments) towards a localhost, client, relay with optional authentication and TLS/SSL support. Cc and Bcc functionality are ...
DETAILS

Cron schedule parser

If you''re dependent on cron to run important tasks, you''ll want some kind of monitoring. This class is useful for parsing a given cron schedule to see when the cron job should have last run, so you can add monitoring to your application ...
DETAILS

PHP_Debug

[PHP_Debug] An open source PHP debug library Hi, i have motivated myself to write this debug class, it works pretty fine. :) Here what the class alows : - Pear integration - PHP Process time - Database and query process time - Dump...
DETAILS

t0xirc

t0xirc is a PHP class that enables your applications to interact with the popular IRC bot Eggdrop. You can use it to include a list of connected users on your web page, or even write a cli PHP script that runs in the background and give some intell...
DETAILS

An Introduction to Classes

This tutorial teaches you how to write and use classes, to make your PHP code more flexible and easier to manage. The tutorial guides you through the construction of a simple, security-related class that performs some basic security functions for a w...
DETAILS
©2003-2019 jCay.com