End year Sale! Limited time offer! Up to 40% off
CloudOnex business suite plugin routing is little bit different.
Look into this example-
In route parameters you can't use query string, instead it will be divided by "/" You will have to access this using route
method. Examples-
Example 1:
The URL- https://<Your URL>notes/app/view/1
Here-
route(0);
route(1);
route(2);
route(3);
Example 2:
The URL- https://<Your URL>notes/app/add
Here-
route(0);
route(1);
route(2);