Category php
-
Continuous integration for PHP with phpUnderControl
A quick guide to getting the phpUnderControl continuous integration server running on Ubuntu... read more
-
Security testing with Google's ratproxy
How to get up and running with ratproxy, and fix a few of the errors... read more
-
Setup 64bit CentOS (PHP5, MySQL, memcached, ketama)
A script to setup 64bit CentOS with PHP5, MySQL, memcached and ketama... read more
-
PHP5 on OS X Leopard
How to get PHP5 running on an OS X Leopard machine... read more
-
Browser detection with PHP
How to set up and use PHP's get_browser() function to detect client browsers... read more
-
Format JSON with PHP
A PHP function for formatting and indenting a JSON string... read more
-
Multibyte-safe CSV Parser
A multibyte-safe CSV parser i wrote for a recent project... read more
-
Multiple DBs in CakePHP
How to hack cake to use different databases for different models... read more
-
External Sessions in CakePHP
How to import a session from an existing PHP application into a cake application... read more
-
Add Dreamweaver Extensions
How to color-code extra extensions in Dreamweaver CS3... read more
-
Replacing text with sed
How to use sed to replace text in files... read more
-
Format XML with PHP
A PHP function for formatting and indenting an XML string... read more
-
Installing MySql/PDO for PHP
How to install PDO/MySql to fix Zend_Db_Adapter_Exception errors in Zend Framework... read more
-
Cake actions from the terminal
How to call CakePHP actions from the command line... read more