Hello
I want to use variables in my config.php file (which is actually an array $config)
But Zend studio keeps giving me errors about it:
Can I use them or not?
function databaseConnect($host = $config['database_host'],$username,$password,$database,$port = '3306',$socket = '')
like the first parameter
thanks