{NL} - 3.4.2 Core Configuratie

Het configuratie bestand van CakePHP kan gevonden worden in /app/config/core.php. Dit bestand is een collectie van verschillende definities en constantes die het gedrag van de applicatie bepalen. Voordat we verder gaan in de specifieke variabelen, zal je eerst bekend moeten raken met Configure, CakePHP's configuratie klasse.

{EN} - 3.4.2 Core Configuration

Application configuration in CakePHP is found in /app/config/core.php. This file is a collection of Configure class variable definitions and constant definitions that determine how your application behaves. Before we dive into those particular variables, you’ll need to be familiar with Configure, CakePHP’s configuration registry class.

Differences

Lines: 1-2Lines: 1-2
-<title>Core Configuration</title>
<p>Application configuration in CakePHP is found in /app/config/core.php. This file is a collection of Configure class variable definitions and constant definitions that determine how your application behaves. Before we dive into those particular variables, you’ll need to be familiar with Configure, CakePHPs configuration registry class.</p>
+<title>Core Configuratie</title>
<p>Het configuratie bestand van CakePHP kan gevonden worden in /app/config/core.php. Dit bestand is een collectie van verschillende definities en constantes die het gedrag van de applicatie bepalen. Voordat we verder gaan in de specifieke variabelen, zal je eerst bekend moeten raken met Configure, CakePHP's configuratie klasse.</p>