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

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -