所以Codeigniter模型中有很多功能。因此,我可以将其称为PL SQL,因为它是可编程的并且具有许多功能。下面是模型的小片段语法。
class Assign_books_model extends CI_Model {
public function findstudents1($post_data) {
//some group of db query's run here
}
public function findstudents2($post_data){
//some other group of db query's run here
}
}
答案 0 :(得分:0)