I would like know what's the difference between the uses of global.php and local.php files. In the Zend documentation, these files only register the database configuration, but I don't understand because the credentials are in a separated file (local.php).
Zend documentation talks about a version control system (VCS), but I don't understand because if these files are in a same directory, they don't have the same visibility inside VCS.
Thanks in advance.