Hi, I'm relatively new to Propel. I setup my DB with propel init, and did propel build, which generated the models. However, when I tried to use the ->save() function, my IDE reports that the method does not exist. Does anyone know why this is so?
I'm using PHPStorm 2017.1.4
Also, my IDE also reports that another definition with the same name exists in the file, and commenting out the use myNameSpace\SubNameSpace\ModelName seemed to help.
Hi, I'm relatively new to Propel. I setup my DB with
propel init, and didpropel build, which generated the models. However, when I tried to use the->save()function, my IDE reports that the method does not exist. Does anyone know why this is so?I'm using PHPStorm 2017.1.4
Also, my IDE also reports that another definition with the same name exists in the file, and commenting out the
use myNameSpace\SubNameSpace\ModelNameseemed to help.