I recently read a book on object-oriented programming: classes, methods, encapsulation, and class relations (Dependency, Association, Aggregation and Composition) of PHP5
my question is?
is feasible to apply the class relations in Phalcon (Dependency, Association, Aggregation and Composition)?
or
ORM is best to use your data loading and go according to their relationships(HasMany,HasOne, HasManyToMany)?