2006-12-11

Scripts

Tema: Be temos — Emilis @ 09:47

OpenSource logoThis is a page where I share various pieces of code. All code is licensed under opensource MIT license if not stated otherwise.

Description Language Date
CTL Framework 

An attempt to create a minimal object-oriented webapp framework in PHP.
PHP 2005-04-27
ctlTpl class
Very simple but very powerful template class.
PHP 2004-06-04
ctlCipherSaber class
RC4 aka CipherSaber (v1&2) encryption/decryption.
PHP 2004-06-04
fileStorage class
Simple class for keeping data in a file.
PHP 2004-06-04
multiCache class
Easy to use general purpose runtime cache.
PHP 2004-06-04
Use HTML Tidy on a string PHP 2004-06-02
Connect [and create] database with ADOdb PHP 2004-05-19
Input field functions for templates PHP 2004-05-19

Notes

  • Date corresponds to the date the script was added or updated in this site. Some classes in the list date back to 2002.

  • When you see code comments, they are usually in phpDocGen format. phpDocGen is a package of Perl scripts that generate javadoc like documentation for PHP. It used to be hosted on www.arakhne.org, but since the domain is having difficulties you can find phpDocGen here or try googling it.

  • I admit I am a bad developer. I like to implement most things myself instead of using available source code, but still I am amazed by some PHP packages and I recommend you try them out:

    Also don’t forget to browse PHP Classes, PEAR or even HotScripts.