-
We know frameworks like symfony and many other exists that generate db schema in sql, base models and base forms from xml or yml or annotations.
I think these tools are necessary in projects with lar…
-
If we set a variable with the name 'tag' and try to output it in the view like {{ tag.title }} it will raise an Notice error:
```
Notice: Undefined property: Phalcon\Tag::$title
```
The 'tag' variab…
-
How i can naming controller method (action) with out Action suffix?
Have any way to remove it?
Thanks.
-
Add the ability to minify resources using the Asset Manager
niden updated
11 years ago
-
Phalcon is a very good framework but it is missing a major functionality for most of developers which is unit testing, this functionality is required to be able to use the framework for enterprise pro…
-
that something strange happens when using the encryption service.
``` php
$encryptField = 'kutuzov';
$salt = 'asdh32*6dfgg3dsf';
$encrypt = $this->crypt->encrypt($encryptField, $salt);
$decrypt = $th…
-
Will be great if we will have the ability to use Phalcon on a shared hostings, where we can't use extensions like Phalcon. I understand, that the speed will dramatically decreased, but on the other si…
-
Hello,
Just as idea - perhaps it would be nice to have Phalcon\Mvc\Model::random($number) method, that will return $number random records from database. Usually i have to define same methods for diff…
-
This is not a real issue, I'm just copying the same message posted on Google Groups,
One of the real drawbacks I see now is the few hosting providers or any supporting Phalcon, which I think reduces…
-
http://phalconphp.com/
> Phalcon is a web framework implemented as a C extension offering high performance and lower resource consumption.
They own benchmarks:
http://docs.phalconphp.com/en/latest/r…