php - Phalcon cassandra pdo error and I dont want to hide notice. I want to fix it -
i using cassandra pdo phalcon it's working fine returnig rowcount notice when trying insert data using create method.
*notice: undefined index: rowcount *
can suggest me how fix ??
$instance = new $model(); $instance->save($obj_data); //this lines returns notice.
as on using yacassandra pdo phalcon. url (https://github.com/orange-opensource/yacassandrapdo/)
does know other pdo easy use phalcon , supports datatypes ??
thanks
Comments
Post a Comment