Creating tables for a plugin

Hi all,

We're working on a SPIP plug-in that manages a number of database tables. Some of them should be included in SPIP database dumps (this happens automatically for tables in listed by the declarer_tables_principales, etc. pipelines), but some of them should not.

Is there any way to exclude particular tables from the XML database dumps?

Cheers,

Thomas Sutton

bouncingorange
graphic+web design

Thomas Sutton a écrit :

Is there any way to exclude particular tables from the XML database dumps?

hi thomas,

you have a global array : $EXPORT_tables_noexport
and a pipeline : lister_tables_noexport

you can look the file ecrire/exec/export_all.php

Hi Denis,

On 15/10/2009, at 1:08 PM, denisb wrote:

Thomas Sutton a écrit :

Is there any way to exclude particular tables from the XML database dumps?

you have a global array : $EXPORT_tables_noexport
and a pipeline : lister_tables_noexport

you can look the file ecrire/exec/export_all.php

This is exactly what I need!

Thanks,

Thomas Sutton

bouncingorange
graphic+web design