Replies: 1 comment 1 reply
-
$router->handle($_SERVER['REQUEST_URI']); |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Wrong number of parameters
#0 C:\xampp1\htdocs\crud_by_phalcon\app\config\router.php(7): Phalcon\Mvc\Router->handle()
#1 C:\xampp1\htdocs\crud_by_phalcon\public\index.php(20): include('C:\xampp1\htdoc...')
#2 {main}
'''<?php
$router = $di->getRouter();
// Define your routes here
$router->handle();
Beta Was this translation helpful? Give feedback.
All reactions