~coughphp/coughphp/2.0

« back to all changes in this revision

Viewing changes to cough_generator/tests/test_configs/test_config1/expected_output/generated/Book_Collection_Generated.class.php

  • Committer: Anthony Bush
  • Date: 2008-06-20 17:24:30 UTC
  • mfrom: (257.1.15 coughphp-awbush)
  • Revision ID: anthony@anthonybush.com-20080620172430-te0xk0yna2e7clp0
Merging from coughphp-awbush branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
 
 
3
/**
 
4
 * This is the base class for Book_Collection.
 
5
 *
 
6
 * @see Book_Collection, CoughCollection
 
7
 **/
 
8
abstract class Book_Collection_Generated extends CoughCollection {
 
9
        protected $dbAlias = 'test_cough_object';
 
10
        protected $dbName = 'test_cough_object';
 
11
        protected $elementClassName = 'Book';
 
12
}
 
13
 
 
14
?>
 
 
b'\\ No newline at end of file'