vanting / RedSlim

RedSlim (Slim + Twig + Redbean)
http://redslim.ga/
MIT License
109 stars 17 forks source link

Move the queries in the User model #6

Closed acidvertigo closed 10 years ago

acidvertigo commented 10 years ago

I think moving the query in the User model is better to mantain the controller clean.

vanting commented 10 years ago

Thanks for your suggestion. But the following lines got problems. $guest->$get_guests(); $guest->$get_guests_json();

acidvertigo commented 10 years ago

Sorry i cannot reproduce the error. I've rechecked my repository and it works. The get_guest functions call the guest model functions correctly. What error you have?