cphalcon7

Dao7 - Web framework for PHP,QQ群 316911641 & 515414530

Stars
247

Bot releases are visible (Hide)

cphalcon7 -

Published by dreamsxin almost 8 years ago

Fix bug about method Phalcon\Mvc\Model\Query::_prepareInsert
Fix bug about method Phalcon\Security::checkToken
Fix bug about method Phalcon\Mvc\Model\Query::_prepareUpdate
Fix bug about method Phalcon\Http\Request::_getBestQuality

Add class Phalcon\Intrusive\Avltree

<?php

    $avltree = new Phalcon\Intrusive\Avltree;
    $node2 = $avltree->insert(2);
    $node3 = $avltree->insert(3);
    $node4 = $avltree->insert(4);
    $node5 = $avltree->insert(5);
    $node6 = $avltree->insert(6);

    $node1 = new Phalcon\Intrusive\Avltree\Node(1);
    $avltree->insert($node1);

    $node = $avltree->find(1);

    $node = $avltree->first();
    $node = $avltree->last();

    $prenode = $node->prev();
    $nextnode = $node->next();

    $node = $avltree->prev(4);
    $node = $avltree->next(4);

    $v = $node->getValue();
cphalcon7 -

Published by dreamsxin almost 8 years ago

Fix bug about session
Support listen for any event

Add class Phalcon\Http\Parser

cphalcon7 -

Published by dreamsxin almost 8 years ago

Fix bug about option persistent for class Phalcon\Db\Adapter\Pdo
Fix bug about class Phalcon\Chart\Captcha
Fix bug about session set

Support gets url info from CLI about MVC application
Support option interlacing about methods Phalcon\Image\Adapter::save/render

Add method Phalcon\Socket\Server::setDaemon
Add method Phalcon\Socket\Server::setMaxChildren

Rename class name Phalcon\Cache\Memory to Phalcon\Cache\SHMemory

cphalcon7 -

Published by dreamsxin almost 8 years ago

Fix bug about method Phalcon\Security\Random::number
Fix bug about method Phalcon\Event\Manager::fire

Support filter date and datetime

Add class Phalcon\Date\DateTime
Add class Phalcon\Process\Proc

cphalcon7 -

Published by dreamsxin almost 8 years ago

Add constant Pphalcon\Db\Column::TYPE_BYTEA
Add constant Pphalcon\Db\Column::TYPE_MONEY

Add method Phalcon\Db\Dialect\Postgresql::getDefalutValue
Add method Phalcon\Db\Dialect\Mysql::getDefaultValue
Add method Phalcon\Db\Dialect\Sqlite::getDefaultValue

Add abstract class Phalcon\Application
Add abstract class Phalcon\Socket

Add class Phalcon\Annotations\Adapter\Cache
Add class Phalcon\Session\Adapter\Cache

Add class Phalcon\Socket\Server
Add class Phalcon\Socket\Client
Add class Phalcon\Socket\Exception

cphalcon7 -

Published by dreamsxin almost 8 years ago

Add class Phalcon\Binary\Reader
Add class Phalcon\Binary\Writer

Updated method Phalcon\Text::increment
Updated method Phalcon\Security::hash
Updated method Phalcon\Mvc\Model::toArray

Fix bug about method Phalcon\Mvc\View\Engine::__call
Fix bug about method Phalcon\Text::concat

cphalcon7 -

Published by dreamsxin almost 8 years ago

Add abstract class Phalcon\Mvc\User\Logic\Model
Add abstract class Phalcon\Mvc\User\Logic

Add method Phalcon\Dispatcher::getActiveHandler

Support param template for method Phalcon\Forms\Form::render

cphalcon7 -

Published by dreamsxin almost 8 years ago

Add method Phalcon\Mvc\View::startSection
Add method Phalcon\Mvc\View::stopSection
Add method Phalcon\Mvc\View::section

Add class Phalcon\Validation\Validator\Date
Add class Phalcon\Validation\Validator\Digit
Add class Phalcon\Validation\Validator\Alpha
Add class Phalcon\Validation\Validator\Alnum

Updated class Phalcon\Date
Updated interface Phalcon\Mvc\View\EngineInterface

Add devtools

cphalcon7 -

Published by dreamsxin about 8 years ago

Add class Phalcon\Cache\Memory

Add method Phalcon\Debug::disable
Add method Phalcon\Debug::log

Updated class Phalcon\Filter
Updated class Phalcon\Debug

cphalcon7 -

Published by dreamsxin about 8 years ago

Add interface Phalcon\ValidationInterface

Add class Phalcon\Validation\Validator\Json
Add class Phalcon\Validation\Validator\Uniqueness

Removed class Phalcon\Mvc\Model\Validator\*

Add method Phalcon\Mvc\Model::getPrimaryKeyAttributes
Add method Phalcon\Mvc\Model::getAttributes
Add method Phalcon\Mvc\Model::getDataByte
Add method Phalcon\Mvc\Model::getDataScale
Add method Phalcon\Mvc\Model::getDefaultValues
Add method Phalcon\Mvc\Model::getAutomaticCreateAttributes
Add method Phalcon\Mvc\Model::getAutomaticUpdateAttributes
Add method Phalcon\Mvc\Model::hasRealAttribute
Add method Phalcon\Mvc\Model::getRealAttribute
Add method Phalcon\Http\Request::getParam
Add method Phalcon\Arr::toArray

Updated method Phalcon\Mvc\Model::readAttribute
Updated method Phalcon\Mvc\Model::validator
Updated method Phalcon\Validation::getValue
Updated method Phalcon\Mvc\Model\MetaData::hasRealAttribute
Updated method Phalcon\Mvc\Model\MetaData::getRealAttribute
Updated method Phalcon\Image\Adpater::resize
Updated method Phalcon\Crypt::encryptBase64
Updated method Phalcon\Crypt::decryptBase64
Updated method Phalcon\Mvc\Router\Route::compilePattern

Updated class Phalcon\Forms\*

Support multiple views directory for class Phalcon\Mvc\View\Simple
Add param mode for method Phalcon\Arr::set_path
Support HMVC

cphalcon7 -

Published by dreamsxin about 8 years ago

Add method Phalcon\Mvc\Model::hasAttribute
Add method Phalcon\Mvc\Model::getAttribute
Add method Phalcon\Mvc\Model\MetaData::hasColumn
Add method Phalcon\Mvc\Model\MetaData::getColumn

Fix bug about method Phalcon\Mvc\Model::findFirst
Fix bug about Phalcon\Http\Client\Adapter\* not send the header

Replace mcrypt by openssl about class Phalcon\Crypt
Restore class Phalcon\Chart\QRcode

cphalcon7 -

Published by dreamsxin about 8 years ago

Updated class Phalcon\Arr

cphalcon7 -

Published by dreamsxin about 8 years ago

Fix some bug

cphalcon7 -

Published by dreamsxin about 8 years ago

Updated class Phalcon\Session\Bag
Updated class Phalcon\Mvc\Router\Annotations

Updated method Phalcon\DI\Injectable::__sleep

cphalcon7 -

Published by dreamsxin about 8 years ago

Use PHALCON_MAKE_REF replace ZVAL_MAKE_REF

cphalcon7 -

Published by dreamsxin about 8 years ago

Updated class Phalcon\Mvc\Model\Resultset
Updated class Phalcon\Db\Adaptre\Pdo
Updated class Phalcon\Db\Adapter\Pdo\Mysql
Updated class Phalcon\Image\Adapter\GD
Updated class Phalcon\Http\Request
Updated class Phalcon\Http\Uri

Updated method Phalcon\Mvc\Model::_getRelatedRecords
Updated method Phalcon\Cache\Backend\Memory::get
Updated method Phalcon\Assets\Collecton::addJs

Updated kernel/framework/router.c
Updated kernel/array.c

cphalcon7 -

Published by dreamsxin about 8 years ago

Updated class Phalcon\Config\Adapter\Ini
Updated class Phalcon\Mvc\Model
Updated class Phalcon\Mvc\Model\Query
Updated class Phalcon\Db\Adapter\Postgresql

Updated method Phalcon_Mvc_Model::_getRelatedRecords
Updated method Phalcon\Dispatcher::dispatch

cphalcon7 -

Published by dreamsxin about 8 years ago

Fix some memory leak.

Remove CLASS Phalcon\Chart\QRencode
Remove CLASS Phalcon\Mvc\View\Engine\Volt
Remove CLASS Phalcon\Mvc\Collection

cphalcon7 -

Published by dreamsxin over 8 years ago