-
All interfaces docs are empty, script is not generating them, just everywhere is `...`. For classes though it works fine. Shouldn't be there docs for interfaces too instead of `...`?
Actually for 2…
-
When running a phpunit test suite, I've noticed there is a problem with model relations that are not updated from test to test. I've managed to prepare a test script:
https://github.com/camcima/pha…
-
Going through the REST app tutorial I could not determine which file the example code should be placed in, starting at http://docs.phalconphp.com/en/latest/reference/tutorial-rest.html#retrieving-data…
-
In [Long Inheritance Chain](https://github.com/kalessil/phpinspectionsea/blob/master/docs/architecture.md#long-inheritance-chain) there is a note stating that some framework specific assumptions are m…
-
There is a great feature in Yii framework called [Named Scopes](http://www.yiiframework.com/doc/guide/1.1/en/database.ar#named-scopes).
// The original idea of named scopes came from Ruby on Rails.
…
iforp updated
7 years ago
-
```
Class Phalcon\Mvc\Model\MetaData\Apc
Class Phalcon\Mvc\Model\MetaData\Files
Class Phalcon\Mvc\Model\MetaData\Libmemcached
Class Phalcon\Mvc\Model\MetaData\Memcache
Class Phalcon\Mvc\Model\Met…
-
```zep
} catch \Exception, e {
/**
* Calling beforeNotFound event
*/
let eventsManager = this->_eventsManager;
if typeof eventsManager == "object" {
…
-
## Format to support
* Official site: https://phalconphp.com
* Official icon:
![687474703a2f2f692e696d6775722e636f6d2f355445695853352e706e67](https://cloud.githubusercontent.com/assets/8210023/2…
-
_From @aleemb on November 24, 2014 12:19_
Somewhere along the line, the regex for `:action` was updated from:
```
// http://docs.phalconphp.com/en/latest/reference/routing.html
/([a-zA-Z0-9_]+)
…
-
I updated Phalcon from 3.1.2 to 3.2.0 version and now have exception: `Exception: Call to undefined method ::beforeexecuteroute()`
```php
class AuthController extends Controller {
public funct…