Loading...
 
Skip to main content

Galaxia Workflow Engine


"instance->" state tracking

New to Galaxia, love what I see so far.

It seems that instance->get('varname') and the set equivlent maintain an array of data used throught an instance. Is this array maintained also in the database?

I'm wondering if I have to create a field in a custom table table for every piece of data I want access to outside of Galaxia and tiki. We want to be able to create reports based on properties so I'm wondering if I have to manually create new fields in the database for every property.

Dave

Brazil

> New to Galaxia, love what I see so far.

I agree. Galaxia is sweet.

> It seems that instance->get('varname') and the set equivlent maintain an array of data used throught an instance. Is this array maintained also in the database?

Yes.
SELECT `properties` FROM `galaxia_instances` g;

> I'm wondering if I have to create a field in a custom table table for every piece of data I want access to outside of Galaxia and tiki. We want to be able to create reports based on properties so I'm wondering if I have to manually create new fields in the database for every property.

I don't think that will be necessary.

Georger