1 2 3 4 5 6 7 8 9
<?php return array( 'ftp'=>array( 'host'=>'localhost', 'user'=>'test', 'password'=>'test', 'root'=>'/test', ) );