cphalcon
cphalcon copied to clipboard
High performance, full-stack PHP framework delivered as a C extension.
**Describe the bug** If there's only one viewsDir and more than one renderEngines registered, then getActiveRenderPath() only returns the path with the extension of the first registered renderEngine. **To Reproduce**...
### **Problem description** If we try to set related entities to null and then call save on the entity, everything seems fine. If we call the getter before setting the...
**Describe the solution you'd like** We have different events for example in db, views, dispatcher, etc. For storage or cache these events are missing. **Describe alternatives you've considered** There is...
**Describe the bug** Phalcon Query Builder checks if the (full) group by syntax exists in the model, while it should only check the column name or perhaps skip the check...
enhance getScheme() function. Hello! * Type: bug fix | new feature | code quality | documentation * Link to issue: **In raising this pull request, I confirm the following:** -...
We're encountering intermittent issues with a specific Model (the only one affected). Occasionally, when attempting to execute `->save()` or `->delete()`, we encounter database errors such as: "Unique violation: 7 ERROR:...
I test update project from Phalcon 5.6.1 to Phalcon 5.8 but i have a fatal error with Phalcon\Mvc\Model::find. Now find function don't have return value, but um 5.6.1 has. The...
phalcon/Storage/Serializer/Json.zep can't serialize stdClass ```php $serializerFactory = new \Phalcon\Storage\SerializerFactory(); $adapterFactory = new \Phalcon\Cache\AdapterFactory($serializerFactory); $adapter = $adapterFactory->newInstance('redis', [ 'defaultSerializer' => 'Json', "host" => "***", 'lifetime' => 7200, "auth" => "****", ]);...
i use the latest version of zephir_parser and zephir, althought it is noticed that issue has resolved in v5.6,but it recurred in v5.7 Deprecated: Use of "static" in callables is...
**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 surprisingly, this just spits out...