@@ -54,7 +54,7 @@ discard block |
||
54 | 54 | '$this->belongsTo(\'%s\', \'%s\', \'%s\', array(\'alias\' => \'%s\'))', |
55 | 55 | $objColumn->getName (), |
56 | 56 | $makerFile->getConfig () |
57 | - ->createClassNamespace ( $constrant ) . Phalcon::SEPARETOR . AbstractMaker::getClassName ( |
|
57 | + ->createClassNamespace ( $constrant ) . Phalcon::SEPARETOR . AbstractMaker::getClassName ( |
|
58 | 58 | $constrant->getTable () |
59 | 59 | ), |
60 | 60 | $constrant->getColumn (), |
@@ -86,7 +86,7 @@ discard block |
||
86 | 86 | '$this->hasMany(\'%s\', \'%s\', \'%s\', array(\'alias\' => \'%s\'))', |
87 | 87 | $objColumn->getName (), |
88 | 88 | $makerFile->getConfig () |
89 | - ->createClassNamespace ( $dependence ) |
|
89 | + ->createClassNamespace ( $dependence ) |
|
90 | 90 | . Phalcon::SEPARETOR |
91 | 91 | . AbstractMaker::getClassName ( $dependence->getTable () ), |
92 | 92 | $dependence->getColumn (), |
@@ -135,7 +135,7 @@ |
||
135 | 135 | $configIni = isset( $argv[ 'config-ini' ] ) |
136 | 136 | ? $argv[ 'config-ini' ] |
137 | 137 | : $this->_basePath |
138 | - . $this->configIniDefault; |
|
138 | + . $this->configIniDefault; |
|
139 | 139 | |
140 | 140 | $configTemp = $this->loadIniFile ( realpath ( $configIni ) ); |
141 | 141 | $configCurrent = self::parseConfigEnv ( $configTemp, $argv ); |
@@ -88,7 +88,7 @@ discard block |
||
88 | 88 | { |
89 | 89 | foreach ( $arrFoldersName as $index => $folderName ) { |
90 | 90 | $arrFoldersName[ $index ] = $this->getConfig () |
91 | - ->replaceReservedWord ( $folderName ); |
|
91 | + ->replaceReservedWord ( $folderName ); |
|
92 | 92 | } |
93 | 93 | |
94 | 94 | return implode ( DIRECTORY_SEPARATOR, array_filter ( $arrFoldersName ) ); |
@@ -142,7 +142,7 @@ discard block |
||
142 | 142 | $folderName, |
143 | 143 | $this->getClassName ( |
144 | 144 | $this->getConfig () |
145 | - ->getDatabase () |
|
145 | + ->getDatabase () |
|
146 | 146 | ) |
147 | 147 | ); |
148 | 148 | $this->location = array ( $this->filterLocation ( $url ) ); |
@@ -275,7 +275,7 @@ discard block |
||
275 | 275 | * @return String |
276 | 276 | */ |
277 | 277 | protected function getParsedTplContents ( $tplFile, $vars = array (), \Classes\Db\DbTable $objTables = null, |
278 | - $objMakeFile = null |
|
278 | + $objMakeFile = null |
|
279 | 279 | ) { |
280 | 280 | |
281 | 281 | $arrUrl = array ( |