Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kallaspriit committed Mar 9, 2012
1 parent 18004f7 commit 634aeeb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -17,10 +17,10 @@ You will need to include and initiate it in your bootstrap.

* Open Bootstrap.php in your "application" folder.
* Add the following lines to somewhere at the top to include it:
```php
// Get pdo model and database adapter
require_once LIBRARY_PATH.'/pdo/PdoModel.php';
require_once LIBRARY_PATH.'/pdo/Adapters/MysqlDbAdapter.php';
```
// Get pdo model and database adapter
require_once LIBRARY_PATH.'/pdo/PdoModel.php';
require_once LIBRARY_PATH.'/pdo/Adapters/MysqlDbAdapter.php';
```
* Now we need to open the connection and set the PdoModel default connection. First create the PDO variable in bootstrap class:
```php
Expand Down

0 comments on commit 634aeeb

Please sign in to comment.