Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: How to include a .html file in my CI-site
Post: RE: How to include a .html file in my CI-site

Whilst I completely agree with changing the extension of the file, according to the documentation (http://www.codeigniter.com/user_guide/libraries/loader.html) you can use $this->load->view() to inclu...
11,028 Views
0 Replies
01-08-2015, 08:27 AM
Jamie
    Thread: How to include a .html file in my CI-site
Post: RE: How to include a .html file in my CI-site

Please expand on your definition of not working, does it produce any errors? Do you have any errors in your logs? I would also say that it is bad practice to keep your assets (images, css & javascr...
11,028 Views
0 Replies
01-08-2015, 05:13 AM
Jamie
    Thread: Multiple Upload - code review
Post: RE: Multiple Upload - code review

Lykos22 Wrote: (01-08-2015, 12:07 AM) -- Hi all, I'm trying to create an extension on the Upload library in order to upload multiple files at once. This is my repo (https://github.com/Lykos22/Cod...
12,571 Views
0 Replies
01-08-2015, 02:42 AM
Jamie
    Thread: where condition role.
Post: RE: where condition role.

PHP Code: -- $array = array('fname' => $this->session->userdata['logged_in']['fname'], 'role' => 'admin'); $this->db->where($array); // produces WHERE fname = 'Jamie' AND role = 'admin' -- or PH...
3,574 Views
0 Replies
01-08-2015, 01:49 AM
Jamie
    Thread: [Fixed] Smarty + CodeIgniter = extra text
Post: RE: Smarty + CodeIgniter = extra text

WibbenZ Wrote: (01-07-2015, 03:31 PM) -- Getting really tierd of the "approve message thingi".. Is there some other codeigniter forum that has good members with knowledge? Ive found a couple, and tri...
27,275 Views
0 Replies
01-07-2015, 04:07 PM
Jamie
    Thread: Having A Hard Time With Autosuggest in CI
Post: RE: Having A Hard Time With Autosuggest in CI

It's okay to say it's giving you a hard time but to understand your request better, what is it doing or not doing?
4,442 Views
0 Replies
01-07-2015, 03:40 PM
Jamie
    Thread: Where to put plain object classes?
Post: RE: Where to put plain object classes?

sneakyimp Wrote: (01-06-2015, 01:04 PM) -- Jamie Wrote: (01-06-2015, 05:18 AM) -- I may have misunderstood your question here - apologies if this is the case, but take a look at Loader Class Documen...
106,845 Views
45 Replies
01-06-2015, 03:08 PM
Jamie
    Thread: codeigniter and the EML
Post: RE: codeigniter and the EML

Avenirer Wrote: (01-06-2015, 07:13 AM) -- I guess it is forward thinking... This way, when the computers will be self-conscious, and when those computers will visit our ooooooooooold CI apps, they wi...
12,270 Views
0 Replies
01-06-2015, 09:58 AM
Jamie
    Thread: Where to put plain object classes?
Post: RE: Where to put plain object classes?

sneakyimp Wrote: (01-05-2015, 10:18 PM) -- OK I'll admit that I can see from the documentation here: http://www.codeigniter.com/userguide3/general/models.html that you can certainly load a model with...
106,845 Views
45 Replies
01-06-2015, 05:18 AM
Jamie
    Thread: "mysqli::real_connect() Too many connections" after migration to CI3
Post: RE: "mysqli::real_connect() Too many connections" ...

I've previously experienced this problem whilst using a shared hosting plan... literally too many connections to the MySQL server. This doesn't necessarily always related to just your hosting account ...
7,927 Views
0 Replies
01-06-2015, 04:55 AM
Jamie
    Thread: codeigniter and the EML
Post: RE: codeigniter and the EML

Having sat and thought about the potential uses of EML for the past ten minutes... I too cannot think of any sensible uses of this... :-/
12,270 Views
0 Replies
01-06-2015, 04:49 AM
Jamie
    Thread: Centos Session issues CI 2.2.0
Post: RE: Centos Session issues CI 2.2.0

Whilst we could all take several stabs in the dark at this one, please can you elaborate to allow us to assist further. It is unlikely due to your operating system configuration. What model are you re...
4,445 Views
0 Replies
01-05-2015, 10:01 PM
Jamie
    Thread: Project Update - Dec 31st, 2014
Post: RE: Project Update - Dec 31st, 2014

ciadmin Wrote: (01-04-2015, 12:31 PM) -- Jamie Wrote: (01-04-2015, 09:40 AM) -- Great work so far and the plans look good. Whilst I appreciate you are all busy, may I suggest that the forum adopts a...
70,145 Views
22 Replies
01-04-2015, 03:33 PM
Jamie
    Thread: CI is best for shopping cart ?
Post: RE: CI is best for shopping cart ?

includebeer Wrote: (01-04-2015, 12:57 PM) -- You can also take a look at http://www.opencart.com/ Not based on CodeIgniter, but it's open source and it has a lot of feature. -- I wasn't sure on the ...
34,373 Views
0 Replies
01-04-2015, 03:27 PM
Jamie
    Thread: Office Hour January 3rd, 2015
Post: RE: Office Hour January 3rd, 2015

I'd be interested in 'attending' an office hour once I get started on my next project, which won't be for another two weeks after I finish a paper.
25,878 Views
0 Replies
01-04-2015, 11:54 AM
Jamie
    Thread: CI is best for shopping cart ?
Post: RE: CI is best for shopping cart ?

[email protected] Wrote: (12-11-2014, 07:49 AM) -- Hi Team, My company is interested to make own shopping cart framework based on CI , so my question is that Is Ci best for making shopping car...
34,373 Views
0 Replies
01-04-2015, 11:21 AM
Jamie
    Thread: Mysql Custom Select
Post: RE: Mysql Custom Select

nahid.tct Wrote: (01-03-2015, 10:34 PM) -- I use below query: $query = $this->db->query('select * from class_routine where semester='$semester' and day='$day' and time_schedule='$time_schedule' and ...
7,987 Views
0 Replies
01-04-2015, 10:15 AM
Jamie
    Thread: Project Update - Dec 31st, 2014
Post: RE: Project Update - Dec 31st, 2014

Great work so far and the plans look good. Whilst I appreciate you are all busy, may I suggest that the forum adopts a mobile friendly theme too? Most of my time I spend on forums is when I'm out and ...
70,145 Views
22 Replies
01-04-2015, 09:40 AM
Jamie
    Thread: When did you get into Codeigniter?
Post: RE: When did you get into Codeigniter?

I first used CI back in 2008 after being introduced by a friend I was working on a development project with. Since then I've never looked back and have been using CI for all of my 'from scratch' proje...
42,659 Views
0 Replies
01-03-2015, 09:33 PM
Jamie

Theme © iAndrew 2016 - Forum software by © MyBB