Forums / Developer / eZPublish class definition doc
H-Works Agency
Friday 25 February 2011 4:44:40 am
Hello,
How to use this function when trying to develop inside ezpublish :
It seems to associate properties with function.
static function definition()
EZP is Great
Damien Pobel
Friday 25 February 2011 5:07:16 am
Hi,
the definition() method is related to the eZ Persistent Object layer of eZ Publish that allow developer to easily store object in a database. You should read this tutorial on Persistent Object to understand how it works.
Cheers
Damien Planet eZ Publish.fr : http://www.planet-ezpublish.fr Certification : http://auth.ez.no/certification/verify/372448 Publications about eZ Publish : http://pwet.fr/tags/keywords/weblog/ez_publish
Tuesday 01 March 2011 1:44:53 am
Thanx i'll check that out.