-
Hi. It would be nice to have the [Phalcon](https://phalcon.io) extension available to install with this script.
-
Zephir is language that makes easier wirting extensions for PHP -> http://zephir-lang.com/
There is puppet module for that -> https://github.com/pennycoders/puppet-phalconphp
It should make easier to …
-
Vulnerable Library - phalcon/devtools-v3.2.9
This tools provide you useful scripts to generate code helping to develop faster and easy applications that use with Phalcon framework.
Library home page…
-
### Expected and Actual Behavior
> **I created a new project in a subdirectory /var/www/html/ called test with webtools enables, so I can reach the Web Tools via http://192.168.194.135/test/webtool…
-
#### Zephir Code
```zep
namespace Bug;
class ClassPropertyConcat
{
private store = "";
public function add(string value) -> void
{
let this->store .= value;
}
…
-
Would be nice to be able to include the [Phalcon framework PHP module](https://phalconphp.com).
The PPA for Ubuntu is available at https://launchpad.net/~phalcon/+archive/ubuntu/stable.
-
The following views should be escaped:
- confirmemail
- emailtemplates
- layouts
- profile
- user
Additional data: http://phalcon-php-framework-documentation.readthedocs.org/en/latest/api/Phalcon_Esc…
-
A noted in phalcon/cphalcon#13364 beanstalkd (may) be removed from phalcon in 4.0. I propose adding a redis queue adapter in place of beanstalkd. Otrher frameworks like Laravel have redis queue adapte…
-
Atom is the most wonderful editor I've ever encountered. I'm using Phalcon Framework in my projects and I find Volt Language is more convenient than PHTML.
Can you please support Volt language for dev…
-
As you may know, Phalcon isn't hosted by PECL, so I can't use `pecl install` after setting up a new virtual environment. On the other hand, PHPBrew provides an easy way to install these kind of extens…