PicORM
PicORM copied to clipboard
PicORM is a small and powerfull PHP ORM based on Active Record pattern
Fix PHP warning: Warning: Invalid argument supplied for foreach() in %htdocs_path%\vendor\picorm\picorm\src\PicORM\Model.php on line 921
Hi, I would like to make a change in `addRelationManyToMany` method to accept source and target fields for relation table. /** * Add a ManyToMany relation * * @param $sourceField...
Add boolean operator in where clause for find method in models.