How can I use findAll with select in model? |
Code: // Method inside your controller This is tested and produces a result set without error. However, after getting your code to work you would be better off creating a method in your model and returning your results rather than manipulating the database logic from within your controller. |
Messages In This Thread |
How can I use findAll with select in model? - by asrahi - 04-04-2021, 06:46 AM
RE: How can I use findAll with select in model? - by [email protected] - 04-06-2021, 06:12 AM
RE: How can I use findAll with select in model? - by nurmyrat - 04-08-2021, 12:07 AM
|