-
I can't use this valid MySQL query with PHQL:
``` sql
SELECT DATE_SUB(CURDATE(), INTERVAL 30 DAY)
```
I get PhalconException:
```
Syntax error, unexpected token INTEGER(30), near to ' DAY)'
```
Us…
-
The code:
``` php
class FootballTeam extends Phalcon\Mvc\Model implements Countable
{
// @var array
private $players;
/**
* Return number of players.
*
* @return integer
…
-
Quite often, front-end developers don't need the "id" attribute on a form element. Rendering input fields to manage tabular data is a good example.
Currently, developer is forced to feed `Phalcon\For…
-
Returning https://github.com/phalcon/cphalcon/issues/1861#issuecomment-32716551
I have reproduced this behavior.
Archive - https://drive.google.com/file/d/0B-XmszPXlCgEZkhWU05XenVLOEk/edit?usp=sharing…
-
I've just create a project using the Phalcon DevTools (1.2.6):
``` bash
phalcon project --type=modules
```
Well, the `.htaccess`file was missing but this was easily fixed. But there is another prob…
-
Well, I guess this is important enough to make a separate issue for this.
I wrote about this before a while ago in another (already closed) issue: https://github.com/phalcon/cphalcon/issues/667#issue…
-
None of the following model metadata cache options do anything other than remove the cached data from memory when the reset() method is called. So when the meta data is reloaded it is obtained from t…
-
How do we modify the buildpack such that php will have gd library support ( --with-gd=)? Thanks!
-
Are there any plans for support of mongo, we are using zend + phpstorm + our own model layer, the whole thing feels a lot like the phalcon models, almost identical semantics.
Support for mongo would…
-
now this lines works differently (first doesn't work)
``` php
$view->setViewsDir('../app/views')
$view->setViewsDir('../app/views/')
```
same problem with Volt's compiledPath options