News Feed
Sections
News Archive


Community Events
php|tek 2008 PHP Conference



feed this:

Eirik Hoem's Blog:
Populate PDF templates with PHP / FPDF / FPDI
0 comments :: posted Thursday May 08, 2008 @ 11:11:55
voice your opinion now!

Eirik Hoem recently pointed out two libraries that can be used in PHP to generate PDF files dynamically - FPDF and FPDI.

Ever wanted to generated PDF documents on the fly with PHP? Perhaps populate a standard contract with a customers name and address? FPDF and FPDI are two neat libraries which greatly helps when working with PDF files.

FPDF handles most of the work of creating and working with the PDF files while FPDI works together with it to pull in existing PDF files so FPDF can modify them. He links to some sample code you can try out once you've installed the two libraries.

tagged with: pdf generate fpdf fpdi template populate


php|architect:
Announcing our new Magento book
0 comments :: posted Monday April 28, 2008 @ 13:43:41
voice your opinion now!

php|architect has announced the release of a new book - the Guide to Programming Magento, now up for preorder:

We're happy to announce the upcoming release of php|architect's Guide to Programming Magento, the first comprehensive guide for developers who want to learn more about the Magento e-commerce platform.

The book, by Mark Kimsal shows you how to install and successfully deploy a Magento installation on your website. The preorder is available right now for a 15% discount and the full PDF version will be released on May 15th, 2008 (print on May 31st). Check out the product page for more information and to reserve your copy today.

tagged with: magento ecommerce book release pdf print programming

PHP London:
Three New Talks (MP3/PDF) Added
0 comments :: posted Wednesday April 23, 2008 @ 11:19:07
voice your opinion now!

The PHP London Conference group has posted three more mp3s of presentations given at this year's conference - one from Scott MacVicar, another from Zoe Slattery and the last from Anthony Phillips:

  • Scott MacVicar talking about Sqlite3, explaining what it is and how it's best applied with PHP. [mp3] [pdf]
  • Zoe Slattery talking about testing PHP itself and how you can write tests to help improve PHP in the future. [mp3] [pdf]
  • Anthony Phillips talking about IBM's Project Zero, how it can give your existing code a new lease of life in a REST context amongst other subjects. [mp3] [pdf]

Check out the conference's site for other great speakers and their sessions (with mp3s and pdfs).

tagged with: phplondon2008 conference talk presentation mp3 pdf

Developer Tutorials:
Easy PDF Generation in PHP
0 comments :: posted Tuesday March 04, 2008 @ 09:57:00
voice your opinion now!

On the Developer Tutorials website, they're posted this new article talking about a simple way to create PDFs with PHP:

[PDFs] also serve as a perfect way of allowing your users to download or email a page from your website. In this tutorial, I'll show you how to generate PDF files in pure PHP and distribute your content in a single, consistent format.

They look at the why behind creating PDFs in PHP, what options you have and an example creating a basic "hello world" PDF.

tagged with: pdf generate tutorial introduction example code

Raphael Stolt's Blog:
Zend Framework coding standards on one page
0 comments :: posted Tuesday February 12, 2008 @ 07:59:00
voice your opinion now!

Raphael Stolt, in working on his component for the Zend Framework (based on the PHP_CodeSniffer PEAR package), pulled together all of the information Zend provides about their coding standards into one place.

Before jumping into the development of a Zend Framework coding standard for the PHP_CodeSniffer Pear package, I spent some time revisiting and compiling the available Zend Framework coding standards into a handy one-paged Pdf document.

You can download the file here or, if you want something a bit more "spread out", check out the coding standards on the Zend Framework website.

tagged with: zendframework coding standard pdf single resource

Kapustabrothers.com:
Indexing PDF Documents with Zend_Search_Lucene
0 comments :: posted Wednesday January 23, 2008 @ 07:58:00
voice your opinion now!

As mentioned on the Zend Developer Zone, there's a new post on kapustabrothers.com about a method for indexing all of those PDF files your site uses with the help of the Zend Framework's Zend_Search_Lucene component.

along with many others have been trying and asking how to index and search PDF files. Once Zend released its Framework, which is a port of Java Lucene to PHP, I decided to jump on board and find a way to index and search PDF files.

He uses the XPDF software to parse out the PDF files and the ZF component to do the actual indexing and searching. XPDF extracts key information from the PDF and puts it out to a new file where Zend_Search_Lucene can get to it. Example code is included to show the automatic creation of these details and how to add them to the component's index.

tagged with: zendframework zendsearchlucene pdf index document tutorial


PEAR database security job developer application pecl mysql zend code framework package release cakephp book conference zendframework PHP5 ajax releases

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework