duckbrain/src/Libs
kj e1fe93a04c - Change middleware for accept any callable function as param.
- $notFoundCallback now has a function as default value (the normal 404 page as before).
- Change the way to manipulate the {pseudoVars} on uri, now it go into the same Neuron onject that "post", "get", and "json" and not more as separate params into the callback (the callback now only receive one param by default).
- $notFoundCallback now receive the $req, as param.
2021-10-15 17:23:20 -04:00
..
Database.php add comments to Libs. 2020-03-17 13:46:16 -04:00
ModelMySQL.php Enable to use limit funtion on count function instead send limit directly. 2021-09-11 20:02:23 -04:00
Neuron.php Add default value for argument in Neuron constructor. 2021-10-15 17:22:53 -04:00
Router.php - Change middleware for accept any callable function as param. 2021-10-15 17:23:20 -04:00
View.php - Params renamed to Neuron 2020-06-11 06:25:41 -04:00