I am new to Phalcon so please bare with me. I have created a new folder named 'forms', to store my custom form models. I cannot seem to use these in my controller, unless the class is located directly within the directory of the modelsDir configuration, which is set to the default value: DIR . '/../../app/models/'. app/models/forms/CustomForm does not work either since the model is within a subfolder of the configured directory value. Which brings me to my question: Can the 'modelsDir' key in the configuration hold multiple values/directories? It would be nice to seperate my different kind of models according to their purpose.
Thanks in advance.