CodeIgniter Framework - สำรองฐานข้อมูล

สามารถเขียนใน Controller ได้ดังนี้ class Backup extends CI_Controller { public function __construct() { parent::__construct(); $this->load->helper('url'); $this- (...)