two tables for one block
Permalink 1 user found helpful
if I wanted to post partial info such as the bID and say a data id to the block table, and then a data set with the data id and other variables to a separate table...all from the add/edit view for my block, what would I need to add to the controller to support that?
I am trying to bypass versioning for a data set. I want one singular version of the truth. So I am thinking I can have the versioned bID in the block table, and then a seperate table with the data that does not duplicate for versioning.
any thoughts?
C
I am trying to bypass versioning for a data set. I want one singular version of the truth. So I am thinking I can have the versioned bID in the block table, and then a seperate table with the data that does not duplicate for versioning.
any thoughts?
C
I am struckling with this same problem. Any reply on this matter would be great.. :)
http://www.concrete5.org/index.php?cID=22885
if your issue is versioning.
If it's a dual table issue, I think you have to further define the "save" function in the controller and add secondary table posting that way.
I ended up not having to do that, but It seems I have seen something to this effect...in the blog app I believe?
if your issue is versioning.
If it's a dual table issue, I think you have to further define the "save" function in the controller and add secondary table posting that way.
I ended up not having to do that, but It seems I have seen something to this effect...in the blog app I believe?
Thank you for your response. very usefull.. :)