Suggestion on how deal with complex database structures in WP.
-
Hello,
Recently I started to develop a theme for new client. The theme should support a “product module” where the client cans “CRUD” (Creat Read Update and Delete) products. Firstly I was thinking about using a custom taxonomy with custom post types and custom fields to do it. The problem is that I have a pretty complex database structure (approximately 20 tables) and I don’t think storing all my products in the wp_post tabs is a good idea. The other option would be create all the custom tables in the wp database then accessing it with custom queries.
What you guys think about it? What’s the best approach? Should I use another framework or WP could handle complex database structures?
Cheers,Deguima
- The topic ‘Suggestion on how deal with complex database structures in WP.’ is closed to new replies.