Phalcon v1.0.1 Release Notes

Release Date: 2013-04-08 // almost 11 years ago
    • Paths aren't correctly normalized in Phalcon\Mvc\Model\MetaData\Files
    • Added extra class prefix to schema.table in Phalcon\Mvc\Model\MetaData to avoid multiple-database collisions
    • Now Phalcon\Mvc\Router ignores numeric paths in controller, namespace, module and action, avoiding that those will be passed to the dispatcher
    • Added Phalcon\Forms\Form::remove to remove an element from the form and Phalcon\Forms\Form::has to check if a form has an element