E
E
Eugene2021-06-16 10:30:30
PHP
Eugene, 2021-06-16 10:30:30

How to implement CNC in PHP (self-written engine)?

Hello.
Tell me how to implement CNC in PHP (self-written engine)
The data is taken from MySQL
There is a search with many parameters. (there are about 30 of them)
Here is the beginning of the URL /search.php?operation=1&type_estate=1&orient=Asterisk
How to make a URL like this /nameGorod-prodazha-kvartir- blagodarjuzapomoshh-rajon- orientir=Asterisk
(City name does not change)
Or if it is not possible at least like this:
URL /search.php? prodazha-kvartir-blagodarjuzapomoshh-rajon-orientir

Answer the question

In order to leave comments, you need to log in

1 answer(s)
H
HellWalk, 2021-06-16
@jeka12345

You need:
1. Routing - there are components that can be used independently
2. Controllers - to refer to the [email protected] of the Controller in routes
3. And the task you need is done within the normal functionality of normal routers
Once you have a bike, you can continue cycling and write your routing - for example, here is a good video showing how to do it. The author of the video, after many examples, at the end shows how to connect and use the third-party module Aura.Router

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question