My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
SuperClass  
Rapyd Super Class
Phase-Implementation
Updated Sep 30, 2009 by felice.ostuni

rpd the superclass

Rapyd framework has a "superclass" (like other mvc frameworks):

rpd

In the application flow, the superclass is used statically in the system gateway (the main index.php file which handle all request).

rpd class has all methods needed in a (minimalistic) mvc:

  • router (to detect current/requested uri)
  • controller (to instance the class that will perform actions to serve an uri request)
  • view (called by controller, it include/parse an output file, usually a simple php file with html tags and some loop and echo).

Sign in to add a comment
Powered by Google Project Hosting