Skip to content
/ cupcake Public

An insecure small PHP framework intended for intranet deployment based loosely off of CakePHP.

Notifications You must be signed in to change notification settings

romiro/cupcake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cupcake

An insecure small PHP framework based loosely off of CakePHP and intended for intranet deployment

Request path

  • .htaccess rewrites all requests to index.php
  • index.php defines a Dispatcher and runs it
  • Dispatcher digests path handed to it by the .htaccess rewrite and runs a controller/method combo
  • Controller->Method URL path syntax is "controller/method" (#woah #wow)
  • Ajax support is half assed and/or broken right now.

About

An insecure small PHP framework intended for intranet deployment based loosely off of CakePHP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •