Eloi Poch

Interesting things for a Web Developer

Zend Framework 2 Cheat Sheet

Phing: The PHP build tool

Phing it’s a PHP project build system or build tool based on Apache Ant

Usefull information:

And a list of interesting sources to follow:

Introduction to ZF2

Content tracking with Google Analytics

Two essentials posts from Cutroni about tracking user interactions on content websites like a blog or a news website:

  1. Advanced Content Tracking with Google Analytics: Part 1
  2. Advanced Content Tracking with Google Analytics: Part 2

ZF1 - The configuration file: application.ini

All the available configuration options via Zend Application and it’s bootstrap resources

Twitter Bootstrap

Using its own words, Twitter Bootstrap is a simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions.

And this is a list of great related stuff:

And you can use it directly from a CDN:

ZF2 Classmap autoloader generators

List of several ways to create classmap autoladers for Zend Framework 2:

Amazing Google Analytics presentation

Mike Pantoliano shares some slides about advanced Google Analytics configuration

(Source: distilled.net)

Linux :: Counts files recursively

The value 10000 for the maxdepth option isn’t very nice, maybe there are another way, but it works fine:

find targetdir/ -maxdepth 10000 -type f -follow | wc -l

Build & deploy with Phing

Slides of Michiel Rook’s talk at the PHP UK Conference 2012.

Some of the examples discussed during the talk can be found at Touchdown Consulting