Dear,
I'm having a hard time to start using the framework. I was overcoming the difficulties but every step I take has a new wall ahead. I spent all afternoon trying to do a find in a model and nothing to return me data. The find method expects parameters of criteria which I step correctly but the table columns are not included in the query that looks like this: SELECT WHERE USERS.ID =: id AND LIKE USERS.NAME: NAME AND LIKE USERS.EMAIL: MAIL ORDER BY USERS.ID
Missing columns and the table name.
thank you!