![]() |
|
Change Database Atributes - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Change Database Atributes (/thread-11689.html) |
Change Database Atributes - dominic89 - 2014-03-16 Hi I wan't to add some field to the picture table. Is this possible and when where ? And how can I get these Fields than in Code? I hope someone can advance me Change Database Atributes - acrylian - 2014-03-16 If you add fields that are not standard you have to code your own handlers to access them. Via MySQL queries for example. They are of course outside of ZP's object model. Or you divide existing fields via serialization. A proper way is to use the plugin_storage table: |