This framework was one of the numerous try-outs of imitating Ruby on Rails behavior on PHP.
This is a 2006 implementation, I would not suggest to use it as is. Also, all methods and classes are in spanish.
/
├── config/ XML configuration files.
├── estatico/ Static web resources.
├── generic/ Code shared among sections.
├── lib/ Designed for 3rd-party libs.
├── ragnajag/ Framework core.
└── web/ Default section, can be cloned. Access website from here.
├── conroladores/ Controllers.
├── generadores/ Helpers.
├── modelos/ Models.
└── vistas/ Views.