Welcome Guest, Not a member yet? Register   Sign In
Search Results
  Exclamation Thread: ODBC Connection being extremely slow
Post: ODBC Connection being extremely slow

Hi, I'm looking to use ODBC in order to connect to an MSSQL database, however, just including the 'database' library in the autoload.php file is causing issues. Pages are therefore taking ages to l...
4,221 Views
1 Replies
07-08-2015, 06:02 AM
mdixon18
  Heart Thread: Can libraries have models and controllers?
Post: Can libraries have models and controllers?

Hello guys! Let's say you have a library called auth, this sits in: PHP Code: -- application/libraries/auth/auth.php -- Now, this is the library class which you can obviously load by doing: (wh...
2,702 Views
2 Replies
04-10-2015, 01:08 PM
mdixon18
    Thread: CI 3 HMVC Modular Extensions can't load Session Library
Post: RE: CI 3 HMVC Modular Extensions can't load Sessio...

How do you do this In CI3 either the documentation isn't updated or I'm looking in the wrong place. As i would like to use database for sessions
25,091 Views
13 Replies
04-03-2015, 12:42 PM
mdixon18
    Thread: CI 3 HMVC Modular Extensions can't load Session Library
Post: RE: CI 3 HMVC Modular Extensions can't load Sessio...

But I've noticed it does it too without HMVC So I think it's a permission problem. Using windows 8.1 Problem occurs with AMPPS/MAMP/XAMP using clean codeignighter 3.0.0 I don't know what to do
25,091 Views
13 Replies
04-03-2015, 06:18 AM
mdixon18
    Thread: CI 3 HMVC Modular Extensions can't load Session Library
Post: RE: CI 3 HMVC Modular Extensions can't load Sessio...

They only have 1 download now so I guess so
25,091 Views
13 Replies
04-03-2015, 04:15 AM
mdixon18
    Thread: CI 3 HMVC Modular Extensions can't load Session Library
Post: RE: CI 3 HMVC Modular Extensions can't load Sessio...

It worked fine for me too until I added HMVC
25,091 Views
13 Replies
04-02-2015, 04:13 PM
mdixon18
    Thread: CI 3 HMVC Modular Extensions can't load Session Library
Post: RE: CI 3 HMVC Modular Extensions can't load Sessio...

I've noticed that I cannot include any Libraries, I am using CI 3.0 and HMVC for CI 3.0... Installed correctly as far as the steps directed me to do so. But yeah I cant use any libraries. An...
25,091 Views
13 Replies
04-02-2015, 02:08 PM
mdixon18
    Thread: CI 3 HMVC Modular Extensions can't load Session Library
Post: CI 3 HMVC Modular Extensions can't load Session Li...

I am working locally with CodeIgniter, now, I've installed HMVC Modular Extensions. Now every time I try to load the Session library I get this problem: Code: -- A PHP Error was encountered ...
25,091 Views
13 Replies
04-02-2015, 12:50 PM
mdixon18
    Thread: Database Migrations from the Terminal
Post: RE: Database Migrations from the Terminal

Away back on Thursday will let you know
9,919 Views
0 Replies
04-01-2015, 03:16 AM
mdixon18
    Thread: Database Migrations from the Terminal
Post: RE: Database Migrations from the Terminal

That looks like it'll be the likely cause but in my code I'm saying that if the server variable is not set then it will automatically be development so surely that would be fine?
9,919 Views
0 Replies
03-31-2015, 01:47 PM
mdixon18
    Thread: Database Migrations from the Terminal
Post: RE: Database Migrations from the Terminal

The spelling and capitalisation is correct. But I still have this problem.
9,919 Views
0 Replies
03-31-2015, 12:46 PM
mdixon18
  Wink Thread: Database Migrations from the Terminal
Post: Database Migrations from the Terminal

Hello Guys, I'm managing Migrations in my Codeigniter project. Here is my migration class: PHP Code: -- class Migrate extends CI_Controller {    public function __construct ()    {   ...
9,919 Views
0 Replies
03-31-2015, 10:49 AM
mdixon18
    Thread: Codeigniter HMVC to set up custom routes for modules
Post: RE: Codeigniter HMVC to set up custom routes for m...

Works a treat with CI2, just struggling with CI3
14,866 Views
3 Replies
03-31-2015, 06:45 AM
mdixon18
  Wink Thread: Codeigniter HMVC to set up custom routes for modules
Post: Codeigniter HMVC to set up custom routes for modul...

I am working quite closely with Codeigniter the PHP framework. Now I've added this Modular Extensions - HMVC to my Codeigniter framework. https://bitbucket.org/wiredesignz/codeigniter-modular-extensi...
14,866 Views
3 Replies
03-30-2015, 07:40 PM
mdixon18
    Thread: Using libraries alongside models
Post: RE: Using libraries alongside models

Seem's like just having a Model's folder, view folder and controller folder inside the library could be a good setup and just extend off the auto loaded classes. As long as the library is loaded this ...
19,629 Views
0 Replies
03-30-2015, 10:41 AM
mdixon18
    Thread: Using libraries alongside models
Post: RE: Using libraries alongside models

I would also like to note that the Template Engine I have created is called instead of loading $this->load->view(); therefore, I've had to set it up to pass data to the template to check for matches. ...
19,629 Views
0 Replies
03-29-2015, 07:45 PM
mdixon18
    Thread: Using libraries alongside models
Post: RE: Using libraries alongside models

RobertSF Wrote: (03-29-2015, 06:13 PM) -- mdixon18 Wrote: (03-29-2015, 04:06 PM) -- So here's conundrum, I have a home controller, In this controller I would like to store the latest products from t...
19,629 Views
0 Replies
03-29-2015, 07:21 PM
mdixon18
  Question Thread: Using libraries alongside models
Post: Using libraries alongside models

Hi Guys! I'm just curious to know, as I would like to ensure that I use the best possible practices when creating applications. So here's conundrum, I have a home controller, In this controller ...
19,629 Views
0 Replies
03-29-2015, 04:06 PM
mdixon18

Theme © iAndrew 2016 - Forum software by © MyBB