Most yii openid related news are at:
More yii openid related news:
Bugfix release v2010-12-08 of the OpenID component cakebaker.42dh.com 9 Dec 2010 | 04:53 am
There is a new bugfix release of the OpenID component available: https://github.com/cakebaker/openid-component/downloads. This release fixes a bug in the isOpenIDResponse() method. So far this method...
Bugfix release for the OpenID component & an example application cakebaker.42dh.com 20 Jul 2010 | 02:23 am
Last week I received a mail from a user of the OpenID component in which he described that it wasn’t possible to login with OpenIDs from claimID and Blogger. After some debugging I found the reason fo...
OpenID component v2010-05-19 released cakebaker.42dh.com 19 May 2010 | 07:51 pm
As mentioned in the title, I released a new version of the OpenID component today. It’s a maintenance release: the only change is an update of the bundled PHP OpenID library from version 2.1.2 to 2.2....
Объявление! psyhos.blogspot.com 16 Mar 2012 | 11:00 pm
Добрый день! Я только изучаю Yii, поэтому не судите строго: в моем коде везде использовалось $_GET[имя переменной] - это в корне не верно! Надо так: Yii::app()->request->getParam('имя переменной'); ...
Yii Хелпер (helpers) psyhos.blogspot.com 4 Jan 2012 | 07:20 am
Хелперы в Yii это такие вспомогательные пользовательские функции, которые могут вызываться из любых мест программы и выполнять какие либо простые преобразования. В моем случае хелпер будет форматирова...
Вёрстка в yii. Резиновый сайт. psyhos.blogspot.com 24 Dec 2011 | 12:17 am
Мне уже порядком наскучил унылый вид моего каталога надо что то уже делать с внешним видом. Как оказалось, это не так просто. Сначала надо разобраться, как вообще работают представления в yii. Предст...
翻页利器 – Pagination in Yii yiiblog.info 1 Mar 2012 | 11:44 pm
use bindValue() on like statement in Yii yiiblog.info 28 Feb 2012 | 07:32 am
{Code}
get Yii action’s execution time and memory usage yiiblog.info 17 Jan 2012 | 11:40 pm
{Execution Time} {Memory Usage} {How To Use}
setup unit test environment for Yii on Mac yiiblog.info 15 Jan 2012 | 08:07 pm
{Pear Update} {PHPUnit install} {PHPUnit_Selenium install} {Selenium RC install} 1.Download 2.{Code} {run phpunit in Yii} {Done}