Download the PHP package sinfonie/wordpress_options_item without Composer
On this page you can find all versions of the php package sinfonie/wordpress_options_item. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package wordpress_options_item
WordPress options Item
Library that allows you to save structured data based on the WordPress options saving mechanism.
- Saves data in the form of an array using the WordPress
network_options
mechanism and creating anItemOption
. - Each ItemOption is a specific table with records, imitating a database table.
- Each ItemOption entry has its own records:
- numeric key
id
, - date added
date_added
, - update date
date_updated
, - user id who added
user_added
, - user id who modified
user_updated
.
- numeric key
- You can cascade delete entries from different ItemOptions. In this case, you must specify a reference to the appropriate record from another ItemOption.
- You can freely specify whether the ItemOptions record writes the
null
value.
Requirements
- PHP > 5.6.0
- Wordpress > 5.3.6
Installation
Install via composer:
Install via git over https:
manual download: https://github.com/sinfonie/wordpress_options_item/archive/master.zip
Configuration
Please remember to specify the appropriate path for the library in your project.
You can find simple implementaion in examples below:
- exampleGroups
- exampleMember
- ClientCode
All versions of wordpress_options_item with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.0
The package sinfonie/wordpress_options_item contains the following files
Loading the files please wait ....