Categories


Loading feed
Loading feed
Loading feed

Zend Platform Event Debugging

Here’s a screencast put together by Zend to show how easy it is to debug PHP scripts using the Zend Debugger.

Building Dashboards With PHP and Flex

Let’s face it: Interactive graphs and dashboards have never been easy to put together on the web. Sure, there are graphing libraries out there for PHP, but to get something that looks really good and that a user can play with has been tough. Or at least, it was yesterday. Today, I show how to use a combination of PHP for the back end and Adobe Flex for the front end that will put interactive 3D within your grasp. Right now. Today. Let’s dig in.

Mobile Platforms Built On Object-Oriented PHP 5

Come learn about Kargo’s always-on mobile messaging architecture and mobile internet platform built using PHP 5 and the leading open-source Zend Framework.

Data Migration and Import Examples

This article is intended as an accompaniment to the podcast of the same name, it is a simple walkthrough of some examples of the techniques mentioned in the podcast. It is much easier to visualise queries and data structures if written down, so here we look at an example of each of the points mentioned. I’ve taken a classic example of an employees table which needs to be populated with the clients existing data, which arrives in a different format. Its a common scenario and the ideas illustrated here are also applicable to many other situations and types of data.

PHP Abstract Podcast Episode 40: Data Importing

Today our special guest is Lorna Mitchell. Lorna is a Developer at Ibuildings in the UK, and is based in Leeds in the North of England. She is a Zend Certified Engineer and the senior member for phpwomen.org in Europe. Today, Lorna is going to talk to us about data importing.

Uploading YouTube Videos with Zend Framework

Attention all you Zend Framework junkies, Jochen Hartmann has uploaded a new video to youtube that demonstrates the basics of how to use Zend Framework with the YouTube Data API.

SourceForge Uses Zend Framework to Implement OpenID

Good news SourceForge junkies, the forge now supports OpenID! Better yet, they support it thanks to the Zend Framework OpenID component. Here’s the press release they published last week.

Synchronizing Drupal Modules with Adobe AIR

Whether you’re an enterprise developer working in a large shop or setting up a blog for yourself, you’ve almost certainly been tasked with keeping your development code in sync with some type of stable release. Whether a project is big or small, you still need to ensure that the core code you work with remains consistent. This article will walk you through the development of an Adobe AIR and AJAX application used to synchronize the modules of a site developed in Drupal, the popular free and open-source content management system used in thousands of sites across the Internet.

PHP Abstract Podcast Episode 39: Interview with Derick Rethans

Today I’m going to talk to Derick Rethans. Derick Rethans provides solutions for Internet related problems. He has contributed in a number of ways to PHP, including the mcrypt, Date and input-filter extensions, bug fixes, additions and leading the QA team. He now works as project leader for the eZ components project for eZ systems A.S. In his spare time he likes to work on Xdebug, watch movies, travel and practise photography.

Ibuildings Blog: Accessing object properties by reference

Over on Ibuildings’s blog they’ve posted another good tutorial. This one is on “Accessing object properties by reference”.