Phing: The PHP build tool
Phing it’s a PHP project build system or build tool based on
Usefull information:
- Official site (a Trac)
- GitHub
- Introduction slides
- Real and useful phing script for automatic deployment
And a list of interesting sources to follow:
Introduction to ZF2
-
Modules
-
View
-
Dependency Injection
-
Forms
-
Config files
Content tracking with Google Analytics
Two essentials posts from Cutroni about tracking user interactions on content websites like a blog or a news website:
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:
- Free themes for Twitter Bootstrap
- More themes for Twitter Bootstrap
- Image Gallery
- jQuery UI integration
- Mark Otto blog, creator of Bootstrap
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:
- Phing
-
ZF2 script (
classmap_generator.php)
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