diplopito
diplopito
Out of curiosity: which is the benefit of using this declaration rather than the standard one, i.e.: ```php $di = new Di(); $app = new MvcApplication($di); $app->handle($_GET['_url']); ``` Why declaring...
Thank you @Laxilef
Thanks for checking this. Could you please try to test it with 4.1?
The value is in pixels: 1 and 10 seem to be very low values, In my case I had to use '30' to add 2 missing lines. I also tried...
> Once you have it and unzip it, move the .so file to you php8.1 ext folder, then edit the php.ini file and add the extension. Restart apache and check...
I tried to install Phalcon 5.6.1 on an AMD Epyc-Milan processor with 4 cores, 4Gb of RAM with Plesk using Pecl. The server crashed and then it reported this error:...
> Sadly no. Adding phalcon back to packagecloud introduces one more thing that we have to deal with in every release, and trust me we spent a lot of time...
Supposedly with "customToggle" should work, but I have not managed to do it. What I did for this case was to give each menu its own ID, use "customToggle" to...
No worries --just out of curiosity, which one did you select?
For a dropdown menu the w3schools solution is fine. When you need a responsive solution, [Responsive Nav](http://responsive-nav.com) excels: visit the site and resize the browser window: your horizontal menu turns...