Hi,
In the official doc, without warning or explanation:
$router->addGet("/products/edit/{id}", "Posts::edit");
What's "Posts::edit" supposed to mean? API doc says "(string|array) Paths". How's that a path? Why '::' there?
Utterly confusing.
I think you need a wiki page attached to every documentation section, so users could post examples or improve the documentation.
Thanks!