trongate / trongate-framework

The Trongate PHP framework
https://trongate.io
Other
1.12k stars 100 forks source link

Can't implement repository pattern #161

Closed jppalmis closed 9 months ago

jppalmis commented 9 months ago

Hi, I'm working on something and I'm doing the repository pattern and I want to separate the sql queries from the controller but the problem is I cant load the file that contains the functions of my queries.

and also, I'm trying to include the class but Im getting an error " include(../repository/*.php): Failed to open stream: No such file or directory" even though the directory is correct