Storage model

You need to be logged in to post messages in the forums. New users may register here.

Piotrek Karaƛ

Member since:
09 January 2008

Posts: 6

Friday 08 August 2008 6:49:49 am

Does this extension support db storage model? If not, do you plan that in the future?
Thanks,
Piotrek

--
Company: mediaSELF Sp. z o.o., http://www.mediaself.pl
eZ references: http://ez.no/partners/worldwide_partners/mediaself
eZ certified developer: http://ez.no/certification/verify/272585
eZ blog: http://ez.ryba.eu

Up

Nicolas Pastorino

Member since:
09 January 2008

Posts: 22

Wednesday 20 August 2008 2:17:22 am

Hi Piotrek !

Well, as a first shot i went for the "easiest" solution : not having external tables. But as you could notice, the method getTree( .. ), used throughout the whole datatype's code, could be altered and use a handler-based backend loading, potentially using INI settings, to use any of the available backends / tree types in ezc Tree. Having an external table would imply reproducing, in the storage table, the versioning and translation capabilities, which are, on the other hand, brought by default when using the ezcontentobject_attribute table.

I am currently working on a related datatype, which could be called something like eZTaxonomy, giving the possibility to edit, in a central place in the back office ( Setup > Taxonomy ) a tag tree, and let the possibility, through a datatype, to pick up, when editing an object, any of the centrally defined tags. This datatype uses the persistent storage feature ( ezc Database, not PersistentObject ). I'll contribute this asap on projects.ez.no.

What would you like this feature for ?

Thanks for your feedback,

Regards,
Nicolas

--
Nicolas Pastorino
eZ Community Manager
eZ Publish Community on twitter: http://twitter.com/ezcommunity
http://twitter.com/jeanvoye

Up

You need to be logged in to post messages in the forums. New users may register here.