PhpRiot
Follow phpriot on Twitter
Sponsored Link
News Archive
PhpRiot Newsletter
Your Email Address:

More information
PhpRiot Latest Blog Posts
Displaying blog posts 221 to 224 of 224

Web Species Blog: Lazy evaluation with PHP

Web Species Blog: Lazy evaluation with PHP
Juozas Kaziukenas has a new post to his Web Species blog about using "lazy evaluation" in PHP - loading the resources you need for execution and evaluation only as you need them, not all up front.Recently I needed to process a huge array of data and because of PHP's somewhat inefficient variables and especially arrays that was resulting in "out of memory" errors. However, I couldn't use any other tools than PHP so was forced to come up with a solution implementation in it. Here is how I solved it using...

Community News: Latest Releases from PHPClasses.org

Community News: Latest Releases from PHPClasses.org
Popcorn PHP MVC Framework Gsguma Mail CAPTCHA Generator minspecto Image-Resizer Google Scraper gSenha

IPC: Hidden Features of PHP Slides

IPC: Hidden Features of PHP Slides
The slides from my talk on the Hidden Features of PHP are now available and can be downloaded from here: ipc_2011_hidden_features.pdf Thanks to all the people who attended the talk and I really am looking for your feedback via Joind.in.

Memcached, the Better Memcache Interface Slides

Memcached, the Better Memcache Interface Slides
The slides from my talk on the Memcached extension are now available and can be downloaded from here: ipc_Memcached_2011.pdf Thanks to all the people who attended the talk and I really am looking for your feedback via Joind.in.