Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #31245, comment 45


Ignore:
Timestamp:
03/08/2017 08:47:44 PM (8 years ago)
Author:
johnjamesjacoby
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31245, comment 45

    initial v1  
    11Another really out-there idea:
    22
    3 * An `WP_Option` class
    4 * An `WP_Option_Query` class for querying options
     3* A `WP_Option` class
     4* A `WP_Option_Query` class for querying options
    55* Introduce a `wp_optionmeta` database table - key/value storage for every option
    66* Use the metadata API for the above (inherit caching, etc...)
     
    2727* Dream up a completely new and adequate object & schema for today's needs
    2828* Consider the same object & meta pairing as above
     29
     30(Edit: typos & grammar)