Format config files
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
||||
|
||||
/**
|
||||
* Data Mapper Configuration
|
||||
*
|
||||
* Global configuration settings that apply to all DataMapped models.
|
||||
*/
|
||||
<?php defined('BASEPATH') || exit('No direct script access allowed');
|
||||
/*
|
||||
| -------------------------------------------------------------------
|
||||
| DATAMAPPER CONFIGURATION
|
||||
| -------------------------------------------------------------------
|
||||
| Global configuration settings that apply to all DataMapped models.
|
||||
*/
|
||||
|
||||
$config['prefix'] = '';
|
||||
$config['join_prefix'] = '';
|
||||
@@ -12,11 +12,11 @@ $config['error_prefix'] = '<p>';
|
||||
$config['error_suffix'] = '</p>';
|
||||
$config['created_field'] = 'created';
|
||||
$config['updated_field'] = 'updated';
|
||||
$config['local_time'] = FALSE;
|
||||
$config['unix_timestamp'] = FALSE;
|
||||
$config['auto_transaction'] = FALSE;
|
||||
$config['auto_populate_has_many'] = FALSE;
|
||||
$config['auto_populate_has_one'] = FALSE;
|
||||
$config['local_time'] = false;
|
||||
$config['unix_timestamp'] = false;
|
||||
$config['auto_transaction'] = false;
|
||||
$config['auto_populate_has_many'] = false;
|
||||
$config['auto_populate_has_one'] = false;
|
||||
|
||||
/* End of file datamapper.php */
|
||||
/* Location: ./application/config/datamapper.php */
|
||||
/* Location: ./application/config/datamapper.php */
|
||||
|
||||
Reference in New Issue
Block a user