ความแตกต่างของ libraries , helpers และ third_party ใน codeigniter

libraries : Utility classes where object state is important (payment gateways, authentication, etc.)

helpers : Collections of related functions (not classes) that do repetitive tasks (strings, arrays, etc.)

third_party : Typically, the whole process is called with a single wrapper function.

Leave a comment

Add your comment below, or trackback from your own site. You can also subscribe to these comments via RSS.

Your email is never shared. Required fields are marked *