Welcome Guest, Not a member yet? Register   Sign In
Database with no tables returns error
#5

[eluser]Marcone Ramos[/eluser]
I want the app run with no table defined in the database, it will install the tables according to user choices. Right now I have just a simple controller.

Code:
class bm_loader extends CI_Controller{

public function __construct() {
  parent::__construct();
  
}

function index() {
  echo 'debuggin';
}

}


Messages In This Thread
Database with no tables returns error - by El Forum - 06-18-2012, 11:13 AM
Database with no tables returns error - by El Forum - 06-18-2012, 11:21 AM
Database with no tables returns error - by El Forum - 06-18-2012, 11:25 AM
Database with no tables returns error - by El Forum - 06-18-2012, 12:31 PM
Database with no tables returns error - by El Forum - 06-18-2012, 01:43 PM
Database with no tables returns error - by El Forum - 06-18-2012, 05:10 PM
Database with no tables returns error - by El Forum - 06-18-2012, 11:48 PM
Database with no tables returns error - by El Forum - 06-20-2012, 07:27 AM



Theme © iAndrew 2016 - Forum software by © MyBB