PHPYii and enable_live_update

Hi all,

I am trying to use the enable_live_update option with Yii Framework, however it looks that is not correctly configured and I can’t find the correct way. This is what I have now:

$scheduler = new SchedulerConnector(Events::model(), "PHPYii");
$scheduler->enable_log("text.log");
$scheduler->enable_live_update('actions_table');
$scheduler->configure("-", "event_id", "start_date, end_date, event_name");
$scheduler->render();

And this is the result in the log:

Only variables should be assigned by reference at F:\xampp\htdocs\dhtmlx\connector\db_phpyii.php line 16
!!!Uncaught Exception
Code: 0
Message: Not implemented

Anyone has an idea of how to make this work or an example with this working?

Regards,
Walter

Unfortunately YII driver doesn’t support live updates for now :frowning:
We will check how it can be improved.