Posts by Luís Carlos Von Muller Júnior • 29 points
2 posts
-
1
votes3
answers5398
viewsQ: How do I load one controller into another?
Well, my doubt is how I load a controller/method into another controller, in Codeigniter 2.2.2 <?php if(! defined('BASEPATH')) exit('No direct script access allowed'); class Inicio extends…
-
1
votes1
answer582
viewsQ: Backup the database by clicking on a link
I need a superuser of my system to export the database by clicking "backup", and force the download of its script by PHP, as does phpMyAdmin. Is that possible? If so, how? If not, is there any way I…