Fixed minor bugs.
This commit is contained in:
parent
2761352332
commit
67de8cdf47
2 changed files with 2 additions and 2 deletions
|
@ -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' => '',
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue