~coughphp/coughphp/2.0

« back to all changes in this revision

Viewing changes to tests/cough/config/cough_generator.inc.php

  • Committer: Anthony Bush
  • Date: 2008-08-23 03:35:08 UTC
  • mfrom: (262.1.18 coughphp-release-1.3)
  • Revision ID: anthony@anthonybush.com-20080823033508-uy4yn5pmio6wcetv
Accept release-1.3 branch changes into trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 * @version $Id$
7
7
 **/
8
8
 
9
 
 
10
9
$generated = dirname(__FILE__) . '/output/';
11
10
 
12
11
$config = array(
43
42
                'delete_flag_value' => '1',
44
43
        ),
45
44
        
46
 
        // We could change any of the above on a per database setting (like the output path)...
47
 
        'databases' => array(
48
 
                'cough_test_fk' => array(
49
 
                        'paths' => array(
50
 
                                'generated_classes' => $generated . 'cough_test_fk/generated/',
51
 
                                'starter_classes' => $generated . 'cough_test_fk/concrete/',
52
 
                                'file_suffix' => '.class.php',
53
 
                        ),
54
 
                ),
55
 
                'cough_test' => array(
56
 
                        'paths' => array(
57
 
                                'generated_classes' => $generated . 'cough_test/generated/',
58
 
                                'starter_classes' => $generated . 'cough_test/concrete/',
59
 
                                'file_suffix' => '.class.php',
60
 
                        ),
61
 
                ),
62
 
        ),
63
 
        
64
45
);
65
46
 
66
47
?>
 
 
b'\\ No newline at end of file'