cphalcon
cphalcon copied to clipboard
High performance, full-stack PHP framework delivered as a C extension.
**Describe the bug** When i try to save model with this relation: https://docs.phalcon.io/5.0/pl-pl/db-models-relationships#multiple-fields it couses exception: Not implemented trace lead to phalcon/Mvc/Model.zep line 4962 or in 5081 (i got both...
**Describe the bug** In Phalcon 5.0.x Check field clears 'checked' attribute on render. **To Reproduce** ```php $checkField = new \Phalcon\Forms\Element\Check('checkField'); $checkField->setAttribute('checked', 'checked'); var_dump($checkField->getAttributes()); echo $checkField; ``` **Expected behavior** It should...
I'm having trouble, when I open my browser for my phalcon project I keep getting this error: IndexController handler class cannot be loaded Notice that I've tried two different version...
**Describe the bug** We've upgraded to phalcon 5.0.0-RC3 and PHP8.1 on our projects and we have troubles with running static analysis on it. Currently found problems: - Files using `Phalcon\Events\Event`...
In the on-line documentation for Phalcon (3, 4 and 5), in the # Compilation sections, the instructions say: "Download the latest zephir.phar from... " And then... "Add it to a...
**Describe the bug** Clear is not working on form elements values. (https://docs.phalcon.io/5.0/pl-pl/api/phalcon_forms : Clears element to its default value) **To Reproduce** Steps to reproduce the behavior: ```php $textField = new...
I have an overall header volt file where I test the controller and action name, and then I add header lines as needed. I load certain CSS or JS files...
Hi 😃. **Describe the bug** In a switch control structure inside a Volt template, if I use `default(…)` native filter in code template, Volt compiler raises the following error: `Message:...
returnedValue not updated after a forward action, only in dispatch
**Describe the bug** I have table **test** in database (PostgreSQL) and have _view_ **test_data** of this table. When i save to table **test** from model - everything is fine. When...