Yii 1.1.8 is released
#1
Posted 26 June 2011 - 02:12 PM

POPULAR
We are very pleased to announce the immediate availability of Yii Framework version 1.1.8. You can download it from the Yii project site at
http://www.yiiframework.com/download/
In this release, we included more than 80 new features, enhancements and bug fixes. For the complete list of changes in this release, please see:
http://www.yiiframew...GELOG-1.1.8.txt
This release added some useful new features. For example, you can now write custom URL rule classes to handle arbitrarily complex URL formats for your applications; the Yii class autoloader is now more friendly with 3rd-party autoloaders and can also play well in shared hosting environment. You may find more details about these features in the following pages:
http://www.yiiframew...-8-is-released/
http://www.yiiframew...c/guide/changes
Please refer to the following upgrade instructions if you plan to upgrade from an old version to 1.1.8:
http://www.yiiframew...GRADE-1.1.8.txt
Thank you for your support!
The Yii Developer Team
#2
Posted 26 June 2011 - 02:38 PM
qiang, on 26 June 2011 - 02:12 PM, said:
We are very pleased to announce the immediate availability of Yii Framework version 1.1.8. You can download it from the Yii project site at
http://www.yiiframework.com/download/
...
hello,
good job guys! keep 'em coming
--iM
The maker rests. The wheel’s in motion.
-- Imre Madách
check out Yii Themes at http://yiithemes.mehesz.net
#3
Posted 26 June 2011 - 03:01 PM
thanks to development team for every effort put in Yii framework.
great work folks.
#4
Posted 26 June 2011 - 04:13 PM
I'm happy with the pt_br (Brazilian Portuguese) and the custom URL rule classes support.
Check my extension
giix: a code generator for Yii.

The complete beginner's study guide for the Yii Framework
#5
Posted 26 June 2011 - 07:52 PM
Personally I'm very happy with the updated Japanese translation of the Definitive Guide in which I could make some contribution.
I hope it will help accelerate Yii in Japanese community.
#6
Posted 26 June 2011 - 08:19 PM
What I especially like about this new edition is that we're now able to create urls in console apps - hurray!
#7
Posted 27 June 2011 - 12:10 AM
thanks to development team for every effort put in Yii framework.
#8
Posted 27 June 2011 - 03:44 AM
.. this realtime logging is exactly what I needed
#9
Posted 27 June 2011 - 07:26 AM
Yii is the best framework!
The problem is communication! Excess of communication!
#11
Posted 27 June 2011 - 12:26 PM
#14
Posted 28 June 2011 - 01:39 PM
#15
Posted 28 June 2011 - 02:06 PM
http://mosecms.tk (Mose framework & CMS)
#16
Posted 28 June 2011 - 02:27 PM
This work for 1.1.7 but not for 1.1.8
'connectionString' => 'sqlsrv:server=localhost;database=blog',
What might happen? Thanks
E:\inetpub\yiiroot\framework\db\CDbConnection.php(364)
352 throw new CDbException(Yii::t('yii','CDbConnection.connectionString cannot be empty.'));
353 try
354 {
355 Yii::trace('Opening DB connection','system.db.CDbConnection');
356 $this->_pdo=$this->createPdoInstance();
357 $this->initConnection($this->_pdo);
358 $this->_active=true;
359 }
360 catch(PDOException $e)
361 {
362 if(YII_DEBUG)
363 {
364 throw new CDbException(Yii::t('yii','CDbConnection failed to open the DB connection: {error}',
365 array('{error}'=>$e->getMessage())),(int)$e->getCode(),$e->errorInfo);
366 }
367 else
368 {
369 Yii::log($e->getMessage(),CLogger::LEVEL_ERROR,'exception.CDbException');
370 throw new CDbException(Yii::t('yii','CDbConnection failed to open the DB connection.'),(int)$e->getCode(),$e->errorInfo);
371 }
372 }
373 }
374 }
375
376 /**
http://mosecms.tk (Mose framework & CMS)
#17
Posted 28 June 2011 - 03:48 PM
// 'emulatePrepare' => false,
http://mosecms.tk (Mose framework & CMS)

Help



















