Login
Username:

Password:


Lost Password?

Register now!
 Main Menu
 Who's Online
Members: 0
Guests: 6

more...

Headlines

LiveDocx in PHP
  Updated Tue, 08 Jun 2010 09:11:44 +0000
Description Zend_Service_LiveDocx
Webmaster  
Category  
Generator http://wordpress.org/?v=3.0
Language en
Porting Zend_Service_LiveDocx to ZF 2.0
Category Zend Framework
Published: Tue, 08 Jun 2010 07:56:07 +0000
Description: There has been a lot of talk about Zend Framework 2.0 in the past few weeks. One of the major new features is the consistent use of namespaces through out the framework. This requires that all components be re-written to take advantage of this PHP 5.3 feature. Although the release of Zend Framework 2.0 is [...]  more...
Professional Documents the Easy Way
Category Community
Published: Tue, 25 May 2010 09:11:00 +0000
Description: Jeremy Cook has published a great little article about LiveDocx from his perspective. His opening paragraph really hits the nail on the head and is the main motivation for creating LiveDocx in the first place: Have you ever tried to create a professional quality document programmatically from within PHP? It’s a real pain and surprisingly [...]  more...
LiveDocx supports PHP Unconference Europe
Category Events, LiveDocx
Published: Wed, 14 Apr 2010 04:56:10 +0000
Description: I am delighted to announce that LiveDocx will officially be supporting the next PHP Unconference Europe (PHPucEU). The exact date and venue have yet been announced, but it is expected to be in Spring 2011. LiveDocx will be deployed by the unconference in their contribution and interests web application. Using this application, unconference participants can [...]  more...
PHP Unconference in Hamburg, Germany
Category Events
Published: Tue, 06 Apr 2010 04:22:46 +0000
Description: The Department of Informatics at the Hamburg University and the Hamburg PHP User Group (Germany) are organizing the fourth annual PHP Unconference on September 25, 2010 and September 26, 2010. It will take place at Geomatikum, Hamburg University. The last three events were excellent opportunities to hear leading speakers in the web development field and [...]  more...
Zend_Service_LiveDocx Introduction by A. Nuzzo
Category Zend Framework
Published: Wed, 17 Mar 2010 08:16:57 +0000
Description: Please note: This blog post is for our Italian-speaking readers only. Alessandro Nuzzo has just published a great introduction about Zend_Service_LiveDocx. If you are able to read Italian take a look at the following: Mi capita spesso di dover generare dinamicamente dei file PDF o DOC. Alla ricerca di una soluzione che mi facilitasse il [...]  more...
Zend_Service_LiveDocx vs. odtphp by J. Pauli
Category Community
Published: Tue, 09 Mar 2010 05:23:51 +0000
Description: Please note: This blog post is for our French-speaking readers only. Julien Pauli has just published a great commentary about Zend_Service_LiveDocx, comparing it to his library odtphp. If you are able to read French take a look at the following: Voila quelques temps j’ai sorti odtphp, un script PHP qui analyse des fichiers odt à [...]  more...
Zend_Service_LiveDocx Intro By Gjero Krsteski
Category Community
Published: Wed, 17 Feb 2010 06:36:57 +0000
Description: Please note: This blog post is for our German-speaking readers only. Gjero Krsteski has just published an introduction that illustrates how to create word processing documents using Zend_Service_LiveDocx. If you are new to Zend_Service_LiveDocx and can read German, this is a great starting point: Letztens stand ich vor der Herausforderung, eine PDF-Klasse zu schreiben, die [...]  more...
Zend_Service_LiveDocx Intro By Faheem Abbas
Category Community
Published: Mon, 15 Feb 2010 04:55:41 +0000
Description: Faheem Abbas has just published a great little tutorial that illustrates how to create word processing documents using Zend_Service_LiveDocx. If you are new to Zend_Service_LiveDocx, this is a great starting point: You may have heard about FPDF, TCPDF. These are used to generate PDF document in PHP. But very few of you may have heard [...]  more...
Zend_Service_LiveDocx stable has been released
Category Zend Framework
Published: Thu, 28 Jan 2010 08:10:55 +0000
Description: I am delighted to announce that the final, stable version of Zend_Service_LiveDocx in Zend Framework 1.10 has just been released. Download Zend Framework 1.10.0 Full and read the updated documentation on ZendFramework.com. You can find Zend_Service_LiveDocx_* at the following locations in the distribution tree: Source code /library/Zend/Service/LiveDocx.php /library/Zend/Service/LiveDocx/MailMerge.php /library/Zend/Service/LiveDocx/Exception.php Unit tests /tests/Zend/Service/LiveDocx/LiveDocxTest.php /tests/Zend/Service/LiveDocx/MailMergeTest.php /tests/Zend/Service/LiveDocx/MailMerge/* Demonstration [...]  more...
Migrating from Tis_ to Zend_Service_LiveDocx
Category Zend Framework
Published: Thu, 21 Jan 2010 07:59:16 +0000
Description: The first implementation of LiveDocx in PHP was in a family of classes called Tis_Service_LiveDocx. It was necessary to give the classes the prefix Tis_ as the Zend Framework coding standards allow the prefix Zend_ to be used only for classes, which are part of the official Zend Framework. As of the first alpha version [...]  more...