wordpress-orm icon indicating copy to clipboard operation
wordpress-orm copied to clipboard

WORM. A lightweight, object oriented Doctrine style ORM for Wordpress 4.8+.

Results 7 wordpress-orm issues
Sort by recently updated
recently updated
newest added

**What I try to do** Having on a same object some managed attributes and no-managed attributes, for example /** * @ORM_Column_Type smallint * @ORM_Column_Null NOT NULL */ protected $userId; /**...

When using Doctrine the convention is to set the Id in the Entity but that doesn't look to be the case in the library. Moreover there is no way to...

Hi there, I was wondering if I could offer a Pull Request for the post meta table. But before I would like your opinion on how to implement it. In...

Hello, Firstly, this is a question rather than a bug notice, so please excuse me if I am posting this in the wrong place. I am new to GitHub and...

How do I add database indexes to the columns?

I've installed package `0.1.0` and at the very beginning I found an issue PostMeta.php file model has a copy-paste Posts class inside

Since the upgrade to PHP 8.1 we get a ton of deprecation warnings. This could easily be fixed by adding return types, which are only available since 7.1, so I...