News Feed
Sections
News Archive


Community Events






feed this:

Derick Rethans' Blog:
Friday afternoon toying eZ Components as phar
0 comments :: posted Monday June 30, 2008 @ 07:56:21
voice your opinion now!

Derick Rethans phar. More specifically, he tried it out on the eZ Components framework, trying to make a complete release package.

A phar is to PHP what a jar is to Java. I spent a little time to see how easy it would be to make our latest eZ Components release into a workable phar.

He includes the few lines of code to make a package (four in his case) and a one-liner on how to use it in your application. Building the package is as easy as running a PHP command line call.

Others in the community have picked up on Derick's post and have checked into phar themselves - Sebastian Bergmann and Stuart Herbert (on benchmarking phar).

tagged with: phar package php5 ezcomponents framework compress


Derick Rethans' Blog:
eZ Components (Awards)
0 comments :: posted Tuesday June 24, 2008 @ 08:43:21
voice your opinion now!

Recently the eZ Systems group had their eZ Awards ceremony at this year's Open Nordic Conference 2008. Derick Rethans has a brief post about the ceremony and the nominees/winner of the eZ Components award.

Last Thursday, during the Open Nordic Conference 2008 eZ Systems handed out its annual awards again. For the eZ Components award, there were four nominees, which are all recognised for their support of the eZ Components project.

Nominees included Stefan Marr and Falko Menge, James Pic, Andreas Schamberger and Freddie Witherden. The winner was James Pic for his work with the upcoming MVC additions to the component framework.

tagged with: ezcomponents award jamespic mvc addition

Lukas Smith's Blog:
KISS my...
0 comments :: posted Tuesday June 10, 2008 @ 12:53:58
voice your opinion now!

Lukas Smith recently posted about issues he's been coming across with the "KISS" mentality (and code) that the Zend Framework implements, specifically for the Zend_Feed component.

Now that I am actually using the Zend Framework on my first project, hitting bugs/limitations in Zend_Feed and therefore looking at the code, I must say I am seeing feature duplication with internal PHP features that does not quite fit in with the KISS principle.

He points out a few things that illustrate his point - the use of Zend_Http_Client instead of a strea context, passing XML contents into loadXML instead of just load. As a replacement, he's considered a Feed component from the eZ components system, but it hasn't been released (officially) yet. So, as an alternative, he's come up with a patch to fix a few things in the Zend_Feed component to make it a bit more KISS-friendly.

tagged with: kiss simple zendframework ezcomponents feed parse xml patch

Tobias Schlitt's Blog:
Book of the month (eZ Components)
0 comments :: posted Wednesday January 30, 2008 @ 10:27:00
voice your opinion now!

Tobias Schlitt mentioned today that the book from him and fellow co-author Kore Nordmann, a guide to the eZ Components framework, has been made the featured book of the month over on DynamicWebPages.de.

On the website you now find a picture of the book in a very prominent place and an extensive recension (German) linked from there.

You can find out more about the book and pick up your own copy from Amazon.

tagged with: ezcomponents book bookofthemonth dynamicwebpages review

Sebastian Bergmann's Blog:
Support for the Cancel Case Workflow Pattern
0 comments :: posted Friday January 25, 2008 @ 09:45:00
voice your opinion now!

Sebastian Bergmann has a post about a new feature of the Workflow component in the eZ Components libraries - the Cancel Case Pattern.

Version 1.2 of the Workflow component that is part of the eZ Components adds support for the Cancel Case workflow pattern:

Once this Workflow pattern is called the complete Workflow instance is removed from the current execution (including any running nodes). You can find out more about the ezWorkflowNode in their documentation.

tagged with: cancel case workflow pattern ezcomponents

Derick Rethans' Blog:
eZ Components 2007.2alpha1
0 comments :: posted Thursday November 15, 2007 @ 10:21:00
voice your opinion now!

Derick Rethans has pointed out the release of the latest alpha version of the eZ Components framework - 2007.2alpha1.

We've just released the first alpha version of the new eZ Components release, for which the full version is due to be released somewhere next month. There are two new components, but also many improvements to existing components. The new components are: Tree and Webdav.

The Tree component makes working with tree-based structures (via two tieins for the component - TreeDatabaseTiein & TreePersistentObjectTiein) and the Webdav component allows for the quick and easy addition of WevDAV functionality to your application.

tagged with: ezcomponents framework release component webdav tree ezcomponents framework release component webdav tree


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

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