最贊回答 / 貝喬
如果按正常的調(diào)用:
class book {
function getName() {
return 'bookname';
}
}
$book = new book();
$book->getName();
你看一下差別吧
2014-07-15
講師回答 / Jason
同學(xué)你好,514指的是數(shù)據(jù)插入數(shù)據(jù)庫后,數(shù)據(jù)庫返回的insert_id,請補充相關(guān)mysql增刪改查的知識,再學(xué)習(xí)本課程會上手比較快些
講師回答 / Jason
這是mysql的基礎(chǔ)操作,多學(xué)多練就好了,熟能生巧!