Fixed minor bugs.

This commit is contained in:
Josh Sherman 2010-10-19 00:24:53 -04:00
parent 2761352332
commit 67de8cdf47
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ $config = array(
// Datasources, keys are what's referenced in your models
'datasources' => array(
'mysql' => array(
'type' => 'MySQL',
'driver' => 'pdo_mysql',
'hostname' => 'localhost',
'username' => 'root',
'password' => '',

View file

@ -8,7 +8,7 @@
<h2>Super simple example of PICKLES in action</h2>
<?php
// Loads the module's template
require_once $template;
require_once $__template;
?>
</body>
</html>