-
With the introduction of PHQL, I believe that it would be great if we could have named query support. This is a feature present in Doctrine and it is really helpful when dealing with relationships and…
niden updated
11 years ago
-
Tim:
Firstly let me say I am really excited about Phalcon, I cant wait to try it out.
I'm just a little worried about downtime for users when I need to upgrade the Phalcon core or make changes to m…
niden updated
11 years ago
-
This new component will allow to validate forms using validators without relies in the ORM validators. The component must be act as a stand alone component. Based on #164
-
Phalcon needs to implement interfaces to components that work directly with the MVC flow i.e. dispatcher, http request/response etc.
The developer can then develop their own custom component that fol…
niden updated
11 years ago
-
A Zend_Translator counterpart in Phalcon is very useful. Particularly its Gettext facilities.
-
``` php
class Users extends \Phalcon\Mvc\Model
{
public function initialize() {
$this->skipAttributes(array('regdate'));
//$this->skipAttributesOnCreate(array('regdate'));
…
-
Phalcon website lack an about page, Who are behind Phalcon? Who support it?
-
Since we currently have to call a function for every single input (getPost/getQuery) to assign them in our models (or use them for another reason), it would be nice to get whole input values with one …