The Artima Developer Community
Sponsored Link

PHP Buzz Forum
Enterprise PHP {Components|Framework}

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Sebastian Bergmann

Posts: 313
Nickname: sbergmann
Registered: Sep, 2004

Sebastian Bergmann is the developer of PHPUnit.
Enterprise PHP {Components|Framework} Posted: Nov 28, 2005 12:21 AM
Reply to this message Reply

This post originated from an RSS feed registered with PHP Buzz by Sebastian Bergmann.
Original Post: Enterprise PHP {Components|Framework}
Feed Title: Sebastian Bergmann
Feed URL: http://sebastian-bergmann.de/
Feed Description: Geek by nature, PHP by choice.
Latest PHP Buzz Posts
Latest PHP Buzz Posts by Sebastian Bergmann
Latest Posts From Sebastian Bergmann

Advertisement
There is a lot of discussion in the PHP Blogosphere about eZ systems' Enterprise Components for PHP and the Zend Framework that I do not quite understand.

Let us take a look at what both technologies actually are:
  • The eZ publish Enterprise Components are extracted from the current eZ publish code and will form the basis of the upcoming eZ publish CMS version 4.0. They are a library of high quality PHP classes for the creation of dynamic websites and contentmanagement applications.

  • Like its name suggests, the Zend Framework is a framework for the PHP-based development of web applications. It uses the Model-View-Controller pattern for controlling application flow and separation of business logic from presentation logic and provides the necessary components (ZActiveRecord (Model), ZTemplate (View), ZPageController / ZFrontController (Controller)). In addition, the Zend Framework offers components like ZInputFilter, ZLog, or ZSearch that can be easily plugged into the web application for input filtering, logging, or search capabilities, respectively.
I do not see a real competition between the two as one can use components from both and combine them and use them together.

Both projects use PHPUnit for their Unit Testing, by the way, and have provided me with invaluable feedback already. Jan Borsodi is currently working at eZ systems on the support for Mock Objects (based on jMock) for PHPUnit 2.4. At the moment I am merging his rewrite of PHPUnit2_Framework_ComparisonFailure into PHPUnit's CVS. These changes will make the visualization of failed comparisons much clearer.

Read: Enterprise PHP {Components|Framework}

Topic: Entwicklertage 2006 Previous Topic   Next Topic Topic: PHP 5.1 is out

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use