~coughphp/coughphp/2.0

« back to all changes in this revision

Viewing changes to config_examples/view_and_primary_key/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:
 
1
<?php
 
2
/**
 
3
 * Lightweight config example that only customizes the output path
 
4
 **/
 
5
 
 
6
$generated = dirname(__FILE__) . '/output/';
 
7
 
 
8
$config = array(
 
9
        'paths' => array(
 
10
                'generated_classes' => $generated . 'generated/',
 
11
                'starter_classes' => $generated . 'concrete/',
 
12
                'file_suffix' => '.class.php',
 
13
        ),
 
14
);
 
15
 
 
16
?>
 
 
b'\\ No newline at end of file'