Postgresql Hstore Support

I looking around for alternative for EAV design and found non sql database and postgresql - hstore to be the good solution.

May i know whether yii activerecord support hstore out the box???

Sorry barus sadar kalo postnya di regional Indonesia, padahal mau ngepost di general forumnya.

Iya gak support rasanya, dah coba dikenali sebagai string rasanya harus parse sendiri afterfind sama beforesavenya…

sementara yg tak coba




public function afterFind(){

        eval ('$atributes = array(' . $this->meta_field . ');');

        foreach($atributes as $key=>$val){

            if(isset($this->$key)) 

            $this->$key = $val;

            

        }

    }



meta_field itu tipe hstorenya…