-
Make it possible to add routes with a regex.
Example:
```
$app->router->add('/some/route/([0-9]+)', function() use($app) {
}
```
It would be really nice if an user could define own "aliases" for …
-
AWESOME !!!!!!!
When i try to execute a query using the mysql regexp, i get this error:
Syntax error, unexpected token IDENTIFIER(REGEXP), near to ' ",(4)," ', when parsing: SELECT [Multiple\Fronten…
-
Possibly http://lumen.laravel.com/
-
> Questions should go to https://forum.phalconphp.com
> Documentation issues should go to https://github.com/phalcon/docs/issues
### Expected and Actual Behavior
> **Describe what you are tryin…
-
> Questions should go to https://forum.phalconphp.com
> Documentation issues should go to https://github.com/phalcon/docs/issues
### Expected and Actual Behavior
> **Describe what you are tryin…
-
For example `/tags/16/volt`
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/39101806-add-right-sidebar-for-the-pages?utm_campaign=plugin&utm_content=tr…
-
### Expected and Actual Behavior
Having this schema and sample data for a user with related user image (not mandatory):
```sql
CREATE TABLE `image` (
`id` int(11) NOT NULL AUTO_INCREMENT,
…
-
**Frequently asked questions**
- [X ] I have read [Frequenty Asked Questions](https://github.com/oerdnj/deb.sury.org/wiki/Frequently-Asked-Questions)
The Phalcon packages for Debian Buster and S…
-
Hello!
I have a question. Is there a possibility in tsuru to modify existing platform, without install platform from my own specific dockerfile?
In example, a want to use Phalcon - a very fast php fr…
-
I have interesting situation.... @niden can u check out that? A help!
```php
$contractor = \Models\Contractors::findFirst();
$company = $contractor->getCompany();
$cont…