/doctrine-wordpress-test

Simple test of using Doctrine within WordPress

Primary LanguagePHP

WordPress + Doctrine test

Plugin that tests out using Doctrine with WordPress by building a simple todo list.

Details

Generate table data in the database: bin/doctrine orm:schema-tool:update --force --dump-sql

Create a page and add the [todo_items] shortcode to render the todo items functionality.