Microsoft Philippines’ talk with PHP User-Group Philippines. Three episode interview series with Platform Strategy Lead for Microsoft APAC, Chris Levanes and the PHPUGPH Officers. Watch the first episode: http://bit.ly/gId2rT
Microsoft Philippines’ talk with PHP User-Group Philippines. Three episode interview series with Platform Strategy Lead for Microsoft APAC, Chris Levanes and the PHPUGPH Officers. Watch the first episode: http://bit.ly/gId2rT
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 [...]
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.
10 Aug, 2008
Posted by: php In: Apache|Centos|Fedora Core|PHP
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.
Two quick guides by Total PHP: Uploading Files and Deleting Files with PHP.