Phalcon v1.0.0 Release Notes

Release Date: 2013-03-22 // about 11 years ago
    • Added Phalcon\Mvc\Router::setUriSource to set if the URI source must be $_GET['_url'] or $_SERVER['REQUEST_URI']
    • Added a white-list parameter to Phalcon\Mvc\Model::save(), Phalcon\Mvc\Model::create() and Phalcon\Mvc\Model::update() to avoid possible mass-assigment attacks
    • Added leftJoin/rightJoin to QueryBuilder