{NL} - 3.3.5 Aan de slag
Het is zover, tijd om CakePHP in actie te zien. Afhankelijk van de gekozen opstelling kun je de browser openen en gaan naar http://example.com of http://example.com/cake_install, waarbij je example.com vervangt door je eigen domeinnaam. Als alles goed gaat, wordt er een standaard CakePHP homepagina weergegeven. Op deze pagina staan eventuele meldingen met betrekking tot de configuratie en de status van de database connectie.
Gefeliciteerd! Nu kun je aan de slag om je eerste CakePHP applicatie te schrijven.
{EN} - 3.3.5 Fire It Up
Alright, let's see CakePHP in action. Depending on which setup you used, you should point your browser to http://example.com/ or http://example.com/cake_install/. At this point, you'll be presented with CakePHP's default home, and a message that tells you the status of your current database connection.
Congratulations! You are ready to create your first CakePHP application.
Differences
| Lines: 1-7 | Lines: 1-3 | ||
| - | <title>Fire It Up</title> <p> /> Alright, let's see CakePHP in action. Depending on which setup you used, you should point your browser to http://example.com/ or http://example.com/cake_install/. At this point, you'll be presented with CakePHP's default home, and a message that tells you the status of your current database connection. </p> <p> Congratulations! You are ready to create your first CakePHP application. </p> |
+ | <title>Aan de slag</title> <p>Het is zover, tijd om CakePHP in actie te zien. Afhankelijk van de gekozen opstelling kun je de browser openen en gaan naar http://example.com of http://example.com/cake_install, waarbij je example.com vervangt door je eigen domeinnaam. Als alles goed gaat, wordt er een standaard CakePHP homepagina weergegeven. Op deze pagina staan eventuele meldingen met betrekking tot de configuratie en de status van de database connectie.</p> <p>Gefeliciteerd! Nu kun je aan de slag om je eerste CakePHP applicatie te schrijven.</p> |
