25 Dec, 2009
Posted by: aqua In: PHP
In partnership with Microsoft Philippines, PHP User Group Philippines presents PHP Developers Summit 2010. We are inviting you to come and join us in this gathering of the country’s best tech-talents, professionals and web developers promoting the use of PHP and open source solutions in the enterprise and schools. Free flowing coffee with lots of [...]
14 Aug, 2008
Posted by: aqua In: PHP
Alejandro Gervasio takes a close look at the main features bundled with the CodeIgniter PHP framework.
CodeIgniter permits users to develop small and middle-scale PHP applications with minimal setup. It is built around the Model-View-Controller pattern which allows easy separation of data from application logic and visual presentation.
XCache is an open-source opcode cacher. It optimizes performance by removing the compilation time of PHP scripts by caching the compiled state of PHP scripts into the shm (RAM) and uses the compiled version straight from the RAM.
07 Aug, 2008
Posted by: php In: PHP
Two quick guides by Total PHP: Uploading Files and Deleting Files with PHP.
Drupal Error: Operations on Unicode strings are emulated on a best-effort basis. Install the PHP mbstring extension for improved Unicode support.