Categories


Loading feed
Loading feed
Loading feed

Zend Framework 1.7.0 is now available

Zend Framework 1.7.0 has been released and is now available from the Zend Framework download site

Dynamically Generating PDF Files with PHP and Haru

When it comes to working with different file formats, PHP is like a Swiss Army knife: it has a tool to handle almost anything you can throw at it. JPEG images, XML files, Word documents, ZIP archives…you name it, and there’s a PHP extension to handle it! This incredible versatility also applies to the topic of today’s article: the PDF, or Portable Document Format. Not content with just one, PHP actually comes with two different extensions that allow developers to dynamically generate PDF documents: the PDFlib extension, and the libHaru extension. Over the next few pages, I’m going to take a quick look at the Haru extension, providing you with a brief overview of its functions and demonstrating how you can use it in your PHP development. So come on it, and let’s get going!

Zend Framework Packagizer

Jani Hartikainen (no, not the Finnish soccer player) has posted on his blog about a project he built that allows you to build custom packages of Zend Framework components.

Reading and Writing MP3 and Photo Metadata with PECL

Let’s take a look at two extensions can help you organize and catalog your digital media collection so that it’s easier to navigate and search.

Jonathan Wage - New in symfony 1.2: Doctrine goodies

Jonathan Wage has written an excellent post on the symfony-project blog showing how easy it is to get a new symfony project up and running with symfony 1.2 and Doctrine ORM.

Paul Reinheimer: 20/20 6:40 at php|works

Paul Reinheimer just wrote a post on his blog announcing that Thursday evening’s entertainment at php|works is being crowd-sourced.

Lorna Mitchell: Introduction to Zend_Db

Lorna Mitchell, the senior European correspondent for phpwomen.org, has posted a good piece on her blog about what she learned when she delved into Zend_Db.

Working with RAR, LZF and BZ2 Compression Formats in PHP

When it comes to dealing with different file formats, it’s hard to faze PHP. XML documents, PDF files, JPEG images, MP3 media…you name it and, chances are, there’s a PHP extension to handle it. And so it is with compression formats like RAR, LZF and Bzip2 – although these archive formats are far less common today than the ubiquitous TAR and ZIP formats, they are still actively used by many applications and projects, and continue to be supported in PHP via PECL extensions.

Using Data Objects with PHP and DB_OO2

If you’re building a Web-based administration tool to interact with a database, there are some routine tasks that you quickly get used to coding: listing records, adding records, and updating or deleting records. Frameworks like the Zend Framework and CakePHP come with various built-in methods to help with this, and even if you’re not using one of these frameworks, there are a number of tools that can make coding these functions a breeze.

Zend Framework PHP Bughunting Day

Supporting open-source PHP projects can be done by for example contributing code, writing or translating documentation or by fixing bugs. The latter is not usually the most exciting task, but still is quite important as the amount of bugs is an indication for the overall quality of the project. With this in mind, the Belgian PHP user group PHPBelgium and the Dutch PHP user group, phpGG, have decided to work together and launched a new initiative, called PHP BugHunt Days.
Loading feed