Skip to content

jaguilar87/ragnajag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ragnajag - MVP Framework

This framework was one of the numerous try-outs of imitating Ruby on Rails behavior on PHP.

Warning

This is a 2006 implementation, I would not suggest to use it as is. Also, all methods and classes are in spanish.

Folder Structure

/
├── 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.

About

PHP MVC Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published