1.

Explain Directory Structure Of Phalcon Framework?

Answer»
  • app/config holds CONFIGURATION files that are used for the app. I use YAML for all static configuration that I don't want to keep in the database, usually registering them as services in the BOOTSTRAP.
  • app/utilities is where I PUT helper CLASSES for my app. It has a DEDICATED namespace ("Utilities") which makes all of them easy to use.



Discussion

No Comment Found