Top "Yii-cactiverecord" questions

CActiveRecord is the base class for classes representing relational data.

findAll() in yii

EmailArchive Table: id email_id to from 1 101 uk msm 2 102 uu avc 3 101 rk uk 4 103 xyz abc 5 104 xyz poi 6 104 abc xyz 7 101 xyz …

php yii yii-cactiverecord
CDbConnection failed to open the DB connection: could not find driver in Yii

while trying to connect with mysql in yii framework it shows "CDbConnection failed to open the DB connection: could not …

php mysql yii zend-studio yii-cactiverecord
findByAttributes Example

Explanation for the use of $condition and $param in findByAttributes in Yii In most case, this is how I use …

yii yii-cactiverecord
How to check if record exists in database

In yii I am creating password reset functionality by using a security question. First the user needs to enter his …

yii-cactiverecord
Sub-queries ActiveRecord Yii

Is it possible to make sub-queries in ActiveRecord in Yii? i have a query like this: select * from table1 where …

php yii subquery yii-cactiverecord
Yii2 image dimension validation

This validation line doesn't work. i could upload images in any dimension. ['image', 'image', 'minWidth' => 250, 'maxWidth' => 250,'minHeight' => 250, …

php image yii yii2 yii-cactiverecord
YII CActiveRecord->find()

Im now still learning YII on blog tutorial and curious with some code. on this link http://www.yiiframework.com/…

php yii yii-cactiverecord