-
**Describe the bug**
If softDelete is enabled and there is event `model:beforeDelete`, it executes DELETE (in that case UPDATE) even if attached anonymous function returns `false`.
**To Reproduce*…
-
Hi everyone, I've used Phalcon micro for a couple of months, and now I want to switch to something more RESTful, and I found this repo https://github.com/cmoore4/phalcon-rest
1. I've declared database…
-
Hi everyone!
I'm new in phalcon and php. I'm using phalcon version 1.3. Can someone help how to setup and use this package on existing project please?!
Thanks!
-
**Describe the bug**
When using an expression with a placeholder after `SET` in an `UPDATE` query, I get the following error: `Invalid parameter number: mixed named and positional parameters`. Probab…
-
**Describe the bug**
Hello.
I upgraded from Phalcon v3.1 to v5 and noticed that when I use the `Phalcon\Mvc\Model::find` method to retrieve a result set and then use it multiple times with `foreach`…
-
The NFR format link isn't working so I'm going with the 'new issue' template. Regardless, this is a NFR to support migration generation with timestamp based versions.
### Expected and Actual Behavi…
-
I am aware that for PHP 8.0, the zephir compiler to PHP C-extension is said to be abandoned. This github project branch v5.0.x is redoing the framework to be independent of a PHP C-extension. That sai…
-
The following views should be escaped:
- confirmemail
- emailtemplates
- layouts
- profile
- user
Additional data: http://phalcon-php-framework-documentation.readthedocs.org/en/latest/api/Phalcon_Esc…
-
https://github.com/UedaKouta/phalcon_work/blob/0c7225433f8c650f2920f60e6500eea75ef5ee47/todo/app/controllers/TodosController.php#L17-L20
phpdocはパラメータ含めて書いた方が良いと思います。
```
/**
* タスク一覧表示
…
-
**Describe the bug**
Following this example: https://docs.phalcon.io/5.7/volt/#tag-helpers
It shows you should place `inputSelect` in a loop chained to an `add` function to add options. Not surprisi…