Tuesday 30 October 2007 2:10:12 am
Hi, I've got a few PHP files containing classes and code that I've using in other web applications. Those classes are used to create objects with atributes (like an Event with dates, places, latitude and longitude coordinates, ...), and to store those atributes in a custom database table. Also, there are others clases in order to modify, validate and view the content of those objects. Is any way to reuse those classes in eZ without rewrite it completely? I've reading and in http://www.sitepoint.com/article/phps-killer-app-parts-1-3 explains how to do it, but It seems to be with a 2.x version of eZ. I would prefer to use those classes instead to setup the classes in the admin zone of an eZ Publish web because I've got to export these functionalities to another PHP system not based in eZ. Thanks in advance,
|