Hi, Usually PHP applications made with Phalcon are structured in order to operate with ".php extension" files. I'd like to have all Controllers, Models and "personal" library classes with the ".inc" file extension. Also, I'd like to be able to create my personal library classes with the following file naming standard: ClassName.class.inc .
Is that possible with Phalcon?
Thank you