| Models | เงื่อนไขของ model |
|---|
subject:Models
content:เงื่อนไขของ models ดังนี้ - ต้องเก็บอยู่ใน folder "application/model/" - ชื่อ file ต้องเป็น "ตัวพิมพ์เล็ก" ทั้งหมด ( lower case ) - ชื่อ class ต้องเหมือน ชื่อ file แต่จะต้องขึ้นต้นด้วย ตัวพิมพ์ใหญ่ ( upper case ) และต้องตามด้วย "_Model" - ต้องสืบทอดจากคลาส Model - ถ้าใน class ของ models มี constructor method และมีการเรียกใช้ constructor ของ class แม่ ก็สามารถใช้ตัวแปร $this->db ซึ่งเป็น object ของ Libarry Database ได้ทันที