php-orm-pdo icon indicating copy to clipboard operation
php-orm-pdo copied to clipboard

Micro PHP ORM Library

Results 4 php-orm-pdo issues
Sort by recently updated
recently updated
newest added

Hi I found an error in Model.php class. `public function save($dados) { if (!isset($this->pk)) { $this->pk = 'id'; } if (isset($dados[$this->pk])) { **$this->find([$this->pk => $dados[$this->pk]]);** var_dump($this->count); exit; if ($this->count >...

bug

I've downloaded the package and i'm trying to make it work as a framework but I can´t get it done. I have the following folder structure my_project/app/controllers my_project/app/models my_project/app/views my_project/index.php...

question

Repo composer says 1.2 but the project versions in composer include up to 1.1, and I also see a new release in GitHub 1.3 with interesting changes I would appreciate...