What is the best method of saving data to the data folder?

Post Reply
User avatar
cobber
Master Bludit
Posts: 78
Joined: Sun Feb 28, 2016 10:15 am
Location: Scotland
Has thanked: 21 times
Been thanked: 5 times

Hi guys

Just working on something.

In other cms I am used to being able to collect data from a form and then store or retrieve the results from that location.

Is there a preferred method to saving data to the theme folder within Bludit? or is there a suggested alternative location.

I'm thinking something like a JSON file
User avatar
multicolordev
Master Bludit
Posts: 137
Joined: Thu May 26, 2022 12:33 pm
Has thanked: 15 times
Been thanked: 91 times

tell me something more, what do you want create? Maybe i can help:)
Image
User avatar
cobber
Master Bludit
Posts: 78
Joined: Sun Feb 28, 2016 10:15 am
Location: Scotland
Has thanked: 21 times
Been thanked: 5 times

multicolordev wrote: Wed Jul 13, 2022 5:38 pm tell me something more, what do you want create? Maybe i can help:)
I'm just experimenting.

I assume I can just save the data collected from a form in a standard way, using php, json encode and then just file put contents to the theme folder.

I just wondered if in Bludit there was a preferred method.

Probably not, probably just over thinking things
Post Reply