-
Docker is an open-source project to easily create lightweight, portable, self-sufficient containers from any application. The same container that a developer builds and tests on a laptop can run at sc…
raspi updated
9 years ago
-
Resulting in no cached files being written
-
I have a problem with sessions.
``` php
$di = new \Phalcon\DI\FactoryDefault();
$di->set('session', function(){
$session = new Phalcon\Session\Adapter\Files();
$session->start();
return…
-
Sanitize with filter 'int' acepts dashes everywhere in string and produces incorrect integers. Dash should be accepted only at first character.
Examples:
``` php
$filter = new Phalcon\Filter();
$fil…
-
```
bash-3.2$ sudo ./install
Password:
Configuring for:
PHP Api Version: 20121113
Zend Module Api No: 20121212
Zend Extension Api No: 220121212
configure: error: in `/Users/user/Workspa…
-
Hello!
I create a Session class implementing the `Phalcon\Session\AdapterInterface` to simulate session with PHPUnit. Now, I'm trying to convert my code from 1.3.2 to 2.0.0.
The `AdapterInterface` n…
-
I want to leverage a close button inside the flash elements but I can't seem to do that without setting setAutomaticHtml = true and then having to handle all the rendering in the views.
It would be …
-
When I save model it inserts two records in table.
$user = new Users();
$user->save(array(
"name" => "Foo",
"password" => "Bar"
));
Users table:
1 Foo B…
-
I successfully installed Phosphorum recently. I had an issue with GitHub log in before but the Phosphorum team has been kind enough to assist me in resolving it.
I think the issue of "Empty Category…
-
It would be nice to can overwrite default messages for validators at one place (with field name and options), eg. in "setDefaultMessages()" method in \Phalcon\Validation
``` php
class MyValidation ex…
mruz updated
10 years ago