cphalcon
cphalcon copied to clipboard
High performance, full-stack PHP framework delivered as a C extension.
Using Phalcon 4, I'm doing some database queries using query builder and PHQL. Both methods have an issue on using `LEFT JOIN`. Image any relation, ex. `customers` and `addresses`. Example...
Related PR https://github.com/phalcon/cphalcon/pull/15772 When setting `allowEmpty` to `false` and the value is empty, the validator must return `false`
**Describe the bug** When I crop an image I want to use offset 0px, but that causes the image to crop in the CENTER of the image. When I crop...
In `CONTRIBUTING.md` there is a link to feathub. This does not work anymore.
**Describe the bug** On a new phalcon project Trying to create models in a loop and the model has a validation function will leak memory **To Reproduce** I set up...
Hello, I am just migrating from 4.2 to 5.6. I see there are a lot of fixes, features that I wanted to congrat your hard work. **Is your feature request...
Questions? Forum: https://phalcon.io/forum or Discord: https://phalcon.io/discord **Describe the bug** phalcon devtools not working (phlcon5.6+php8.3) **To Reproduce** > Provide output if related. Provide coredump if any. Use https://docs.phalcon.io/latest/generating-backtrace as reference. Steps...
**Is your feature request related to a problem? Please describe.** I can't use all of JSON type on ORM Phalcon like : JSON_EXTRACt JSON_SEARCH **Describe the solution you'd like** I...
**Describe the bug** I'm adding error I'm facing while trying to install phalcon 8.2.16 extension for xampp 8.2.12. Below Error is: c:\xampp\php>php -v PHP Warning: PHP Startup: Unable to load...
**Describe the bug** A clear and concise description of what the bug is. ***Router parts cannot be unset, if matches parts are optional*** **To Reproduce** The Annotation Route Prefix ```php...