Download the PHP package lorddashme/wordpress-db-schema-extender without Composer
On this page you can find all versions of the php package lorddashme/wordpress-db-schema-extender. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lorddashme/wordpress-db-schema-extender
More information about lorddashme/wordpress-db-schema-extender
Files in lorddashme/wordpress-db-schema-extender
Download lorddashme/wordpress-db-schema-extender
More information about lorddashme/wordpress-db-schema-extender
Files in lorddashme/wordpress-db-schema-extender
Vendor lorddashme
Package wordpress-db-schema-extender
Short Description A WordPress Database extender that provides a nice structure of table schema and data seeds.
License MIT
Homepage https://github.com/lorddashme/wp-db-schema-extender
Package wordpress-db-schema-extender
Short Description A WordPress Database extender that provides a nice structure of table schema and data seeds.
License MIT
Homepage https://github.com/lorddashme/wp-db-schema-extender
Please rate this library. Is it a good library?
Informations about the package wordpress-db-schema-extender
WP DB Schema Extender
A WordPress Database extender that provides a nice structure of table schema and data seeds.
Requirement(s)
- PHP version from 5.6.* up to latest.
Install
- It is advice to install the package via Composer. Use the command below to install the package:
Usage
-
You can start using the package without any configuration needed.
- Below are the available functions:
Function | Description |
---|---|
Use to create table structure. | |
In the function second argument, the closure return an instance that allow you to use this function. This fucntion add the definition of your column that will be add to table. | |
Also same with the function you can use this function via function second argument closure. This function add primary key to the table base on the given column name. | |
Use to seed data to the given table name. | |
The return value of this function is concatenated with the wordpress table prefix setup in the config file. | |
Use to provide other sql query statement. Of course not all of the sql query is wrapped to this package that is why this function is provided to still allow you to do anything what you want. | |
Use to commit all the declared statement. | |
Use to drop a single table. | |
Use to drop a multiple tables. |
-
Below are the sample implementation:
- You can also use the SchemaExtender class like static-like class. See the "use" namespace path or imported class used.
Seed Table
- The SchemaExtender class "tableSeed" function is not only for closure type in the second argument. Also you can use array type in the second argument.
Drop Table
- The SchemaExtender class also provide a "dropTable" or "dropTables" function to accomodate the drop table action.
License
- This package is open-sourced software licensed under the MIT license.
All versions of wordpress-db-schema-extender with dependencies
PHP Build Version
Package Version
The package lorddashme/wordpress-db-schema-extender contains the following files
Loading the files please wait ....