-
I made a model that using the afterFetch method inside, it's work when directly fetch data from the model. Here is my code
-
(I wrote a question on [stackoverflow](http://stackoverflow.com/questions/37527803/how-to-install-extension-for-php-via-docker-php-ext-install/37527960#37527960) about it, but I guess it fits more her…
-
When using one of the File Validators, a message is set stating that the "field cannot be empty" when it is in fact set. The only work around with this is to write a call back validator or use the $_F…
-
I tried a slightly customized version of EagerLoading from the incubator with the current Phalcon 4.0.x branch. Everything works very well, but in some cases I got SEGFAULT errors.
I noticed, that …
-
**Crunz version**: 2.3.0
**PHP version**: 8.0.0 and 7.4.13
**Operating system type and version*ubuntu v2004*:
**Description**
devilbox@php-8.0.0 in /shared/httpd/new_sheduler $ vendor/bin…
-
### Description:
Can't access mariadb container via command docker-compose exec mariadb bash. It just hangs and no more. Using docker-machine for parallels on Mac. Also, I can't open mariadb from Adm…
-
How to solve it?
# Zephir
```
Class Helper
{
public static function test(string! sp, string! b, string! c)
{
if func_num_args() > 3 {
....
}
retu…
-
## What is this?
This is an automatically created issue which contains information about the version status of the documentations available on DevDocs. The results of this report can be used by maint…
-
{
"require": {
"illuminate/validation": "4.2.*",
"phalcon/incubator": "^2.0",
"phpunit/phpunit": "~4.5"
}
}
- phpunit/phpunit 4.5.1 requires phpunit/php-file-iterator ~1…
-
**Describe the bug**
If we have two listeners "dispatch:beforeExecuteRoute" and first listener "return false" and second listener don't "return false" then dispatcher don't stop.
In documentation is…