Zend Framework and the Twitter API
Just a quick example of using the twitter API with the Zend Framework
0 commentsSave Tags: php, web services
Landing a PHP job Part 2: Soft Skills
Next in the series on getting a PHP job, though this pretty much applies to any development job out there.
1 commentsSave Tags: methodology, opinion, php
Zend Controller performance decrease since 1.0, how and why.
Federico Cargnelutti provides a little insight into how things are starting to slow down in the Zend Framework with a short example and a simple fix.
0 commentsSave Tags: frameworks, php
How to process and manipulate output with SimpleXML
Using the power of SimpleXML to implement quick fixes and hacks site wide using output buffering.
0 commentsSave Tags: css-html, how-to, php, xml
Fat models and the Data Access Layer - Zend Framework
As soon as your app gets a little more complex, you might want to start creating custom models that contain more business logic than simply pulling... more »
1 commentsSave Tags: frameworks, methodology, opinion, php
A better way to manage multiple domains with PHP and Apache
A more rigid way of managing sites with multiple configurations based on domains.
0 commentsSave Tags: php, security, server
Log memory usage using declare and ticks in PHP
A simple method for monitoring or logging memory usage in you PHP applications using the declare construct.
0 commentsSave Tags: php
How To: Simple database migrations with Phing and DbDeploy
This How To will introduce some simple database migrations to your PHP application. Ruby on Rails is a popular web application framework, that... more »
0 commentsSave Tags: database, how-to, php, tools
10 tools for Modern PHP Development
A simple list of tools for modern PHP development. There are alternatives to most of the tools, but I’ll list native PHP tools wherever possible.
0 commentsSave Tags: frameworks, php, tools