Skip to content

A simple, clean, easy to use framework that allows for complete customization.

License

Notifications You must be signed in to change notification settings

ksotello/brevity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install by copying to your web documents directory.

To add a page to your website, create a file <action>.page.php in the ./pages directory. 
  The name of your page will be used as part of the link, for example. A link to 
  sample.page.php would be index.php?action=sample. 

You can then append extra arguments to pass as necessary. The sample page provided is a 
  barebones example that can be modified however is necessary to meet your needs.  To
  access extra arguments use $this->uGet['variable_name']. For example a path is
  index.php?action=sample&uid=124. To access the user identification inside your page
  class, use $this->uGet['uid']. With the exception of the 'action' variable, no
  arguments are filtered in any way and it is recommended you take steps to prevent
  code or SQL injection by filtering.

About

A simple, clean, easy to use framework that allows for complete customization.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages