@@ -3,19 +3,19 @@ discard block |
||
3 | 3 | /** |
4 | 4 | * Application Entity |
5 | 5 | * |
6 | - * <?=$this->config->last_modify."\n"?> |
|
6 | + * <?=$this->config->last_modify . "\n"?> |
|
7 | 7 | * |
8 | 8 | * @package <?=$this->config->namespace?>Model |
9 | 9 | * @subpackage Model |
10 | - * @author <?=$this->config->author."\n"?> |
|
10 | + * @author <?=$this->config->author . "\n"?> |
|
11 | 11 | * |
12 | - * @copyright <?=$this->config->copyright."\n"?> |
|
13 | - * @license <?=$this->config->license."\n"?> |
|
14 | - * @link <?=$this->config->link."\n"?> |
|
15 | - * @version <?=$this->config->version."\n"?> |
|
12 | + * @copyright <?=$this->config->copyright . "\n"?> |
|
13 | + * @license <?=$this->config->license . "\n"?> |
|
14 | + * @link <?=$this->config->link . "\n"?> |
|
15 | + * @version <?=$this->config->version . "\n"?> |
|
16 | 16 | */ |
17 | 17 | |
18 | -abstract class <?=$this->config->namespace?$this->config->namespace."_":""?>Model_EntityAbstract extends Zend_Db_Table_Row_Abstract |
|
18 | +abstract class <?=$this->config->namespace ? $this->config->namespace . "_" : ""?>Model_EntityAbstract extends Zend_Db_Table_Row_Abstract |
|
19 | 19 | { |
20 | 20 | |
21 | 21 | /** |
@@ -75,7 +75,7 @@ discard block |
||
75 | 75 | |
76 | 76 | /** |
77 | 77 | * @param array $data |
78 | - * @return <?=$this->config->namespace?$this->config->namespace."_":""?>>Model_EntityAbstract |
|
78 | + * @return <?=$this->config->namespace ? $this->config->namespace . "_" : ""?>>Model_EntityAbstract |
|
79 | 79 | */ |
80 | 80 | public static function getIntance($data = array()) |
81 | 81 | { |
@@ -18,8 +18,8 @@ |
||
18 | 18 | protected $parentFileTpl = "peer_abstract.php"; |
19 | 19 | protected $fileTpl = "peer.php"; |
20 | 20 | |
21 | - public function parseRelation ( \Classes\MakerFile $makerFile, \Classes\Db\DbTable $dbTable ) |
|
21 | + public function parseRelation(\Classes\MakerFile $makerFile, \Classes\Db\DbTable $dbTable) |
|
22 | 22 | { |
23 | - return array (); |
|
23 | + return array(); |
|
24 | 24 | } |
25 | 25 | } |