改名
This commit is contained in:
@@ -126,6 +126,9 @@ class ' . $managerName . ' extends ActiveRecord
|
||||
$html .= '
|
||||
' . $debug . ' static $' . $key . ' = ' . $val . ';' . "\n";
|
||||
} else {
|
||||
if ($key == 'primary') {
|
||||
continue;
|
||||
}
|
||||
$html .= '
|
||||
' . $debug . ' $' . $key . ' = ' . $val . ';' . "\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user