I installed Phalcon PHP version 5.0.0beta3 in my Ubuntu, because it’s compatible with PHP 8.0, but when I run my application some Phalcon classes are not found, I already installed the psr module using the following command: and I have installed phalcon.so by direct download from phalcon php github releases, so when I access my phpinfo() I can see it
Tag: phalcon
PHP – Phalcon Fatal error: Uncaught Error: Class ‘PhalconDb’ not found in
I recently entered in a company but I’m currently making an API in Laravel, but the old API was built with Phalcon, but some functions need to be working in a New Server, so I installed the phalcon 4 …
Can’t Load Phalcon Extension On Windows with Xampp
Currently I am using a. PHP Version : 7.4.4 b. Web Server: XAMPP c. Architecture : x64 d. OS: Windows 10 What I’ve Tried a. I downloaded phalcon_x64_vc15_php7.4_4.0.5+5010.zip from Phalcon Repo …
Phalcon ORM – integer field id is string after save
I’m using Phalcon for my current project and i’m seeing some strange behaviour with the type casting. I have this model class Customer extends Model { protected $id; protected $name; } In …
Control repeated requests in Phalcon
I want to intercept the same request, so i write a flag in session if one request come, such like this: in Security.php/beforeExecuteRoute in ControllerBase.php/afterExecuteRoute But the session of write need real time, if the request send quickly, it will not work fine.For example,at the same time, only to allow a person to enter, when a person enters,the door will