To use query builder I have to create a class for each table: class Foo extends Phalcon\Mvc\Model{}
Is there any way to avoid this?
I think query builder should create non-predifiend models in background and implicity.
To use query builder I have to create a class for each table: class Foo extends Phalcon\Mvc\Model{}
Is there any way to avoid this?
I think query builder should create non-predifiend models in background and implicity.