Submitted by heyrocker on Sat, 02/23/2008 - 17:03.
Actually you want to store a minimal amount of data. For instance, for content copy, all i store is the name of the content type I'm pushing out. This is a good thing because if changes happen after I create my plan, I don't have to worry about updating the data in the table behind the scenes. I already know how to deal with ordering, I just have to get around to it.
Data stored
Actually you want to store a minimal amount of data. For instance, for content copy, all i store is the name of the content type I'm pushing out. This is a good thing because if changes happen after I create my plan, I don't have to worry about updating the data in the table behind the scenes. I already know how to deal with ordering, I just have to get around to it.