Being as the plan is to try the custom table route at some point, the intermediate step is to abstract out the functions/classes that control this.
This would mean creating an abstract base class to add, delete, update, etc channels and implementing the current post/taxonomy based structure using class inheritance.
Being as the plan is to try the custom table route at some point, the intermediate step is to abstract out the functions/classes that control this.
This would mean creating an abstract base class to add, delete, update, etc channels and implementing the current post/taxonomy based structure using class inheritance.
This would allow for an easier migration path.