Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
allynbauer committed Apr 15, 2010
1 parent 7b94873 commit 8f21b12
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
What is Condor?
====================
Condor is a *simple* PHP framework. It is designed using MVC - Condor brings the VC, you bring the M.
Condor is a **simple** PHP framework. It is designed using [MVC](http://en.wikipedia.org/wiki/Model–view–controller) - Condor brings the VC, you bring the M.

Configuration
====================
To get it working you gotta change the base route in the .htaccess file. This allows the system to forward the URL to the routing system to let it do the controller bling stuff.
To get it working you gotta change the base route in the [.htaccess](http://en.wikipedia.org/wiki/Htaccess) file. This allows the system to forward the URL to the routing system to let it do the controller bling stuff.

Routes
====================
Condor has a simple flash system based on the flash system in Rails. By default css is provided for notice and error, but you can make your own and handle them however.

`sys()->flash->error = "Hey, you sucked at something.";`

`sys()->flash->notice = "You are awesome!";`
sys()->flash->error = "Hey, you sucked at something.";
sys()->flash->notice = "You are awesome!";

Do and Do Not
====================
Expand All @@ -28,9 +27,9 @@ This isn't done yet (or even close to resembling it), so don't come crying to me

To Document
====================
purpose of each folder
how to upgrade
- purpose of each folder
- how to upgrade

To Do
====================
add error page handling
- add error page handling

0 comments on commit 8f21b12

Please sign in to comment.