I am using Symfony 1.4 and already created schema.yml, 3 of them, and created the database.yml with multiple connection.
And executed the build --model of symfony and created classes one of them is "Schedule" which came from the schema having columns: id, name, description....
How do use that class to use its method or function, the setter and getters? Books says that there are setters and getter if a model was generated.
How do I retrieve data with filters?