Open Source Code
My latest branches are at GitHub: http://github.com/emilis/.
A little bit older code is at Launchpad: http://code.launchpad.net/~emilis-d/.
Old 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:
- ADOdb Library for PHP (database abstraction library)
- HttpClient - a PHP Web Client Class
Also don’t forget to browse PHP Classes, PEAR or even HotScripts.













