Array to string conversion

Hello,

I would like to know what is the best or proper way in Yii for Array to string conversion please?

PHP Notice – yii\base\ErrorException

Array to string conversion

Thank you,

Ben

This isn’t a yii problem… You can use PHP’s implode() and explode() functions to Handel string to array or array to string

Thank you,

I will check this out.

Ben