|
|
App::uses('AppShell', 'Console/Command');
|
|
App::uses('AppShell', 'Console/Command');
|
|
|
array_splice($fileContent, $pos, 0, $inserted);
|
|
array_splice($fileContent, $pos, 0, $inserted);
|
|
|
$fileContent = implode(LF, $fileContent);
|
|
$fileContent = implode(LF, $fileContent);
|