cphalcon
cphalcon copied to clipboard
High performance, full-stack PHP framework delivered as a C extension.
### Error Description When executing subqueries with the same conditions, the number of elements in the binding parameter array is different. The first subquery executes successfully, but the second...
…ted records When we overload the getRelated function and join more tables, it can happen that the referencedField/s can't be mapped back correctly to the referenceModel it not specified Hello!...
**Description** I need to work with a Cookies class in order to use their OOP approach. But, my code caused an error, after debugging I'd notice the method get could...
Hello! * Type: bug fix * Link to issue: https://github.com/phalcon/cphalcon/issues/16649 **In raising this pull request, I confirm the following:** - [x] I have read and understood the [Contributing Guidelines](https://github.com/phalcon/phalcon/blob/master/CONTRIBUTING.md) -...
**Describe the bug** In my project, I created a UI similar to the search page of PHPMyAdmin, where you can filter by different values of an sql table. This is...