phpCodeSnipper
Today I’ve started the work on phpCodeSnipper, a snippet library management tool based on PHP. That’s the name I’ve settled upon for now, maybe I’ll change it at some point later. Some tech info:
Based on:
- ADOdb Lite — For now there’s no need for the whole ADOdb package
- GeSHi — Multi potent code highlighter
- FastTemplate — Simple, yet powerful template system (version 1.3.0 - has many cool features)
Stuff I’ve come accross:
- magic_quotes is Satan’s work. Poorly documented interaction between magic_quotes_gpc and magic_quotes_sybase. In brief, if magic_quotes_sybase is on magic_quotes_gpc has no effect. If magic_quotes_gpc is off magic_quotes_sybase has no effect.
- PHP: Security Manual: http://docs.php.net/en/security.html
- Functions for Storing Data Submitted From a Form and Displaying Data from a Database: http://education.nyphp.org/phundamentals/PH_storingretrieving.php








