Is it possible to use un other name of field than id for the primary key, or possible to rename it ?
Is it possible to use un other name of field than id for the primary key, or possible to rename it ?
Guiraute
Posts: 5Questions: 2Answers: 0
I use Editor and I have an auto increment field named id_isncr in one of my tables, and i can't change it because many pages php use it. so, is it possible to modify the id key in the PHP implementation under controllers.
BR,
Francis
This question has an accepted answers - jump to answer
Answers
Sure - use the optional third parameter of the PHP Editor constructor.
Allan
Thank You very much Allan,
I think that I had better to read again your well done documentation before I ask a new question...:[
My program works fine now.