oscarlosan

Results 8 issues of oscarlosan

hello, How can I allow multiple words in a route? //domain.com/detroit //domain.com/new-york $city='detroit|miami|new-york|boston'; F::route('/('.$city.')', function(){ ... });

``` class Greeting { public static function hello($params) { echo 'hello '.$params['planet'].'!'; } } ``` //it would be interesting to be able to pass parameters. It would reduce my code...

Hello, is there any way to make calls like this: F::get('id'); instead of: Flight::get ('id');

Hello, How can I get the current url? try: Flight::route ();

How can I disable it for production?

Can I also show php file and the number line?

Hello, Can I use 3.4.0a for a production site or better to use 3.3.16? By the way, the CMS is brutal in terms of productivity.

La clase es increíble, lo único que le falta para ser actual es que convierta a webp. ¿Cómo podría añadir esa funcionalidad a la clase?