-
Add a vagrantfile for create a VM with Phalcon and all resources needed to run the default application
-
**Describe the bug**
Exception after updating from 5.3.1 to 5.4.0:
```
[28-Oct-2023 10:34:51 Europe/Berlin] Phalcon\Mvc\Router\Exception: A dependency injection container is required to access th…
-
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…
-
` final protected function statementList(array! statements, bool extendsMode = false) -> string`
It sometimes returns `null` which leads to the crash:
` PHP Fatal error: Phalcon\Mvc\View\Engine…
-
Hello!
Recently I began to notice that the Queue component was removed in Phalcon version 4. Also, I noticed that there is no normal implementation of this component on Github. I really like the wa…
-
When attempting to install Phalcon 5 in Ubuntu 22.04 using pecl, the build throws a lot of error and fails.
I start with "pecl channel-update pecl.php.net" which produces:
Updating channel …
-
When table has no Idenity field (autoincrement), the
PhalconRest\Api\Resource returns `false` $_modelPrimaryKey for all CRUD methods (or other using Resource class).
It can be problem with generated …
-
The entire build log.
```
2022-06-24 04:25:36 +0000
make
install
Installing shared extensions: /opt/homebrew/Cellar/php@7.4/7.4.30/pecl/20190902/
cp: /opt/homebrew/Cellar/php@7.4/7.4.3…
-
Generate View but not Materialized View.
Command
`phalcon all-models --schema=dispatcher --namespace=App\\Models\\Abstracts\\Dispatcher --extends=\\System\\Mvc\\Model --output=/var/www/html/tkl-…
-
_From @billux on March 30, 2018 15:7_
### Expected and Actual Behavior
After installing or upgrading php7.0-phalcon Debian package, the package should trigger the reload of php-fpm or Apache (if m…