eZ Community » Derick Rethans's tutorials

Tutorials & articles written by Derick Rethans

  • Currently 3 out of 5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

The Tree component and Yahoo! User Interface integration

Thursday, 20 Dec 2007

by Derick Rethans  | 0 comments

With the 2007.2 release of eZ Components comes a new component: Tree. This component enables you to create, manipulate and query tree structures in many ways. In addition to its basic functionality, the component also enables you to render the tree structure in different ways, with different visualizers. In this article, we will render output from an XML tree definition in order to create a nice menu using the Yahoo! User Interface library.

Read the full article on the dedicated eZ Components site

  • Currently 3 out of 5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

An Introduction to eZ Components

Sunday, 27 Nov 2005

by Derick Rethans  | 3 comments

This article provides a glimpse into the usage of the eZ Components for PHP 5. They are object oriented and reusable building blocks which will speed up development and deployment of enterprise applications based on PHP 5.

  • Currently 3 out of 5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Reference Issues

Friday, 08 Jul 2005

by Derick Rethans  | 2 comments

PHP 4.3 has some problems with returning by reference, where memory corruptions might occur. PHP 4.4 fixes those problems, and raises notices whenever you do something wrong. This article attempts to point out some of the problems that you might encounter.

  • Currently 3 out of 5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Multiple Apache Installations HOWTO

Thursday, 07 Jul 2005

by Derick Rethans  | 2 comments

In this short article I will explain how to set-up two versions of Apache/PHP on one system.