Skip to content

Commit

Permalink
fixed formats
Browse files Browse the repository at this point in the history
  • Loading branch information
terrysco committed Apr 12, 2013
1 parent d725e71 commit 3f6a955
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ retrieve the whole library and find out modules directory, now you can write you
please checkout the config.inc.php file, you could set up your specific database connection credentials here.

- niginx rewrites

```
location /thinp {
if (!-e $request_filename) {
Expand All @@ -34,6 +35,7 @@ since I've been tring the best to keep thinp simple and easy to use, I didn't im

#Documentation
- Mysql Database Manipulation

```
l('db')->get('users');
l('db')->where('id=?', 1)->get('users');
Expand Down

0 comments on commit 3f6a955

Please sign in to comment.