~ubuntu-branches/ubuntu/utopic/zendframework/utopic

« back to all changes in this revision

Viewing changes to library/Zend/Tool/Project/Context/Zf/DbTableFile.php

  • Committer: Bazaar Package Importer
  • Author(s): Frank Habermann
  • Date: 2010-04-28 20:10:00 UTC
  • mfrom: (1.3.1 upstream) (9.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100428201000-o347bj5qb5i3tpot
Tags: 1.10.4-1
new upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 * @subpackage Framework
18
18
 * @copyright  Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
19
19
 * @license    http://framework.zend.com/license/new-bsd     New BSD License
20
 
 * @version    $Id: DbTableFile.php 20096 2010-01-06 02:05:09Z bkarwin $
 
20
 * @version    $Id: DbTableFile.php 20967 2010-02-07 18:17:49Z ralph $
21
21
 */
22
22
 
23
23
/**
82
82
                            'defaultValue' => $this->_actualTableName
83
83
                            ))
84
84
                        ),
85
 
//                    'methods' => array(
86
 
//                        new Zend_CodeGenerator_Php_Method(array(
87
 
//                            'name' => 'init',
88
 
//                            'body' => '/* Form Elements & Other Definitions Here ... */',
89
 
//                            ))
90
 
//                        )
91
85
                
92
86
                    ))
93
87
                )