You are not logged in.
Pages: 1
Hi everyone,
I am bizzy with bigtree cms again.
Bigtree is very new for me, so I do not get it completely.
I am trying to make an order form. and I made a module.
How can I insert that kind off specific data into the module / table I made.
add($fields, $values = false, $enforce_unique = false, $ignore_cache = false)
Last edited by daansk44 (September 15, 2016 9:13am)
Offline
You can find the add method documentation here:
https://www.bigtreecms.org/docs/code/co … odule/#add
Each module gets its own class that extends the BigTreeModule class.
Offline
Pages: 1