PicORM icon indicating copy to clipboard operation
PicORM copied to clipboard

PicORM is a small and powerfull PHP ORM based on Active Record pattern

Results 3 PicORM issues
Sort by recently updated
recently updated
newest added

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.