fer-g3

Results 2 issues of fer-g3

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