localhost/books/?title=value&pages=value
How to get value title and pages in phalcon micro
in php native i can use
$title = $_GET['title'];
$pages = $_GET['pages'];
This post is marked as solved. If you think the information contained on this thread must be part of the official documentation, please contribute submitting a pull request to its repository.
localhost/books/?title=value&pages=value
How to get value title and pages in phalcon micro
in php native i can use
$title = $_GET['title'];
$pages = $_GET['pages'];