- WordPress Web Application Development
- Rakhitha Nimesh Ratnayake
- 232字
- 2021-07-23 15:22:51
Understanding the WordPress database
Typical full stack web development frameworks don't come with a preplanned database structure. Instead, these frameworks focus on the core foundation of an application while allowing the developers to focus on application-specific features. On the other hand, WordPress provides a preplanned database structure with a fixed set of tables. WordPress is built to function as a content management system and hence it can be classified as a product rather than a pure development framework. A WordPress core database is designed to power the generic functionalities of a CMS. So, it's our responsibility to use our skills to make it work as an application development framework.
Our WordPress database is intended to work with MySQL and hence we need to have a MySQL database set up before installing WordPress. On successful installation, WordPress will create 11 database tables to cater to core functionality with the default MySQL table engine.
Note
MyISAM was used as the default MySQL table engine prior to Version 5.5 and has been changed to InnoDB from Version 5.5 onwards.
WordPress core features will always be limited to these 11 tables, and it's quite surprising to see the flexibility of building a wide range of applications with such a limited number of tables. Both WordPress and framework developers need to have a thorough understanding of the existing tables in order to associate them in web applications.
- 物聯(lián)網(wǎng)工程規(guī)劃技術(shù)
- Truffle Quick Start Guide
- 物聯(lián)網(wǎng)檢驗(yàn)檢測(cè)技術(shù)
- 物聯(lián)網(wǎng)關(guān)鍵技術(shù)及應(yīng)用
- Mastering TypeScript 3
- 物聯(lián)網(wǎng)與智能家居
- 人人都該都懂的互聯(lián)網(wǎng)思維
- 局域網(wǎng)組成實(shí)踐
- 數(shù)據(jù)血緣分析原理與實(shí)踐
- 組網(wǎng)技術(shù)與網(wǎng)絡(luò)管理
- Laravel Application Development Cookbook
- 從物聯(lián)到萬(wàn)聯(lián):Node.js與樹(shù)莓派萬(wàn)維物聯(lián)網(wǎng)構(gòu)建實(shí)戰(zhàn)
- 黑客心理學(xué):社會(huì)工程學(xué)原理
- 互聯(lián)網(wǎng)視覺(jué)設(shè)計(jì)(全彩慕課版)
- 互聯(lián)網(wǎng)心理學(xué):新心理與行為研究的興起