|
3d7371ae921c... |
<?php
$db_type = 'mysqli';
$db_host = 'localhost';
$db_name = 'forum';
$db_username = 'root';
|
v1r5 |
2012-05-18 05:58 |
|
3d7371ae921c... |
// Smarty Render
// Type `tpl`
// would like this to automatically be used to render templates ` |
joseym |
2012-05-17 08:42 |
|
3d7371ae921c... |
class Users extends AppModel {
protected $_meta = array("locked" => true);
|
nerickson |
2012-05-17 07:57 |
|
3d7371ae921c... |
--------------------------------------------------------------------------------
Test
------------ |
oerd |
2012-05-15 08:07 |
|
3d7371ae921c... |
lithium\tests\integration
105 / 107 passes, 2 fails and 0 exceptions
Assertion 'assertEqual' fa |
oerd |
2012-05-15 07:37 |
|
3d7371ae921c... |
These are tests from \lithium\tests\cases run one by one on Win7
lithium\tests\cases\action
193 |
oerd |
2012-05-15 07:30 |
|
3d7371ae921c... |
4423 / 4424 pass, 1 fail and 0 exceptions
Assertion 'expectException' failed in lithium\tests\cas |
oerd |
2012-05-15 07:17 |
|
3d7371ae921c... |
/**
* New to Lithium. Attempting to create an open ID auth plugin.
* The plugin is leveraging ht |
redthor |
2012-05-15 05:05 |
|
3d7371ae921c... |
Session::config(array(
'default' => array(
'adapter' => 'Model',
'model' => ' |
ericcholis |
2012-05-15 01:06 |
|
3d7371ae921c... |
my base model class:
public static function __init() {
parent::__init();
static::_isBase(__CL |
Ciaro |
2012-05-13 02:13 |