Questions tagged [yii1.x]

An outdated iteration of the PHP framework Yii.

PHP 5.6: Issue with array_column function returning empty arrays

When working in a production environment utilizing the Yii1 framework and PHP 5.6.40, an issue arises where the array_column function returns an empty array. The array consists of CActiveRecords from another CActiveRecord's HAS_MANY relation. Interestingl ...