Vertaling van "router.php" in Frans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Extract the multi-shop module and open the file "router.php"
Veuillez extraire les fichiers du module multi-shop et ouvrir le fichier "router.php"
Copy the file router.php into the main directory of your shop
Téléchargez le fichier router.php dans le répertoire principal de votre boutique sur votre serveur.
This class looks in the component root of the currently active component (specified in the option parameter in the query string) and includes the router.php file in that component's root directory.
Cette classe regarde dans la racine du composant actif (spécifié dans le paramètre option de la chaîne de requête) et inclut le fichier router.php dans le répertoire racine de ce composant.
Then create the file router.php.
Andere resultaten
Regular expressions are also put in brackets with routes.php.
Les expressions régulières nécessitent également des parenthèses dans routes.php.
CodeIgniter provides the file routes.php in the application/config/ index for this purpose.
CodeIgniter met par conséquent à disposition le fichier routes.php dans le répertoire application/config/.
You can disable the default routing by removing them from your application's routes.php file.
Vous pouvez désactiver le routing par défaut en les retirant du fichier routes.php de votre application.
Delete the core routes file inclusion from your applications routes.php file to disable default routing.
Supprimer l'inclusion de fichier des routes du coeur de votre fichier routes.php de vos applications pour désactiver le routing par défaut.
Since, in the routes.php file, we set it to enable routes to all the controller, this should work without any additional configuration.
Étant donné que, dans le fichier routes.php, nous le configurons pour activer les routes vers tout le contrôleur, cela devrait fonctionner sans aucune configuration supplémentaire.
This route is found in the routes.php file distributed with CakePHP (line 40).
Cette route est trouvée dans le fichier routes.php distribué avec CakePHP.
The fastest way to get up and running with REST is to add a few lines to your routes.php file, found in app/config.
Le moyen le plus rapide pour démarrer avec REST est d'ajouter quelques lignes à votre fichier routes.php, situé dans app/config.
Typically you want to display something as a landing page, so you add this to your routes.php file
For this purpose, the application compares the URL in the request with the routing rules defines in routes.php.
Pour ce faire, l'application compare l'URL de la requête avec les règles de routage définies dans routes.php.