-
Fatal error: Call to a member function beforeSoftDelete() on array in \Models\Behaviors\SoftDelete.php on line 90
https://github.com/perchlayer/webird/blob/master/app/phalcon/common/library/Mvc/Model…
-
Hello!
file: https://github.com/phalcon/cphalcon/blob/master/ext/di.c
"PHP_METHOD(Phalcon_DI, attempt)" returns "RETURN_THIS();"
but, i think, this method must return some like "RETURN_CTOR(service…
AGvin updated
10 years ago
-
Currently the only way to generate model is by setting the sql database structure (by raw sql, phpmyadmin, etc) and running phalcon model. However it is error prone, neither convienent nor fast. A mor…
-
Questions? Forum: https://phalcon.io/forum or Discord: https://phalcon.io/discord
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
> Provide output if …
-
If would be nice if \Phalcon\Mvc\View\Engine\Volt could accept a Compiler in the constructor. This would be helpful when using the CLI interface to precompile every Volt view. As it currently stands…
-
I've noticed two issues with the BuildWorker process. The first is that builds have to run under whatever the worker is running under. The second is that if you add a custom PHP-CI plugin to your repo…
-
now release forum 2.0.0 is not support yet. have you plan for support i18n?
many english sentences are duplicated in php controller and volt templates.
I also think is better code that way of i18n sup…
ghost updated
8 years ago
-
Hi there,
Just wondering whether you might have any time to look at 2.0 support?
Cheers
Dan
-
Sorry for not using the template.
I'm upgrading my project from phalcon 4 (php 7.4) to phalcon 5 (php 8.1) and I'm getting this deprecation message
`Method ReflectionParameter::getClass() is depre…
-
### Overview
Similar to issue phalcon/cphalcon#12166 it would be great if this could be taken a step further so that a custom `Phalcon\Mvc\Model\Row` can be returned when using Query Builder for more…