I looked at design patterns and mvc and understood its basics.
but I don’t understand if these classes consisting of these templates are library classes or model classes.
I use codeigniter and don’t know if I should put the classes in a folder with folders of models or libraries.
classes can be:
- observers and observables
- abstract factory class and all its concrete classes
- decorator, its main component and decorators
- adapter classes
- proxy classes
can someone shed some light on this.
I still don’t understand how to “glue” these classes of template templates with the mvc framework.
btw, im using Doctrine ORM, so my model folder has all the data models for my database.
thank.