Changeset 340 for trunk/docs


Ignore:
Timestamp:
Dec 6, 2008 7:34:31 PM (15 years ago)
Author:
quinn
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/examples/example.cli.php

    r339 r340  
    4141    'site_email' => 'codebase@strangecode.com',
    4242    'enable_session' => false,
    43     'enable_db' => true,
     43    'enable_db' => false,
    4444    'db_always_debug' => false,
    4545    'db_debug' => true,
     
    5656// given only to the user who will be executing the scripts: -rw-------
    5757// This file includes $app-> method calls so this must be included after App::getInstance().
    58 require_once 'global/db_auth.inc.php';
     58// require_once 'global/db_auth.inc.php';
    5959
    6060// Start application-based functionality: database, session, environment, ini setup, etc.
     
    6363
    6464// Global DB object. Automatically pre-configured by $app->start().
    65 $db =& DB::getInstance();
     65// $db =& DB::getInstance();
    6666
    6767
Note: See TracChangeset for help on using the changeset viewer.