Tagged Questions

1
vote
1answer
3 views

Advantages / Disadvantages of pconnect option in CodeIgniter

One of the parameters in the CodeIgniter database config is the following ['pconnect'] TRUE/FALSE - Whether to use a persistent connection What do you recommend I set this to? Is there a …
1
vote
4answers
17 views

Getting dynamic HTML output from another page on a server (perhaps file_get_contents)

I'm using the MVC framework CodeIgniter for my work, if it's relevant. In one of my pages/controllers, I want to capture the HTML outputted by another page on the site as a string (to use as an email …
1
vote
3answers
25 views

How to include CodeIgniter generated pages?

What would be the easiest way to include a CI file? Let's say I want to include http://example.com/ci/index.php/mycontroller/ on example.com example.com doesn't run CI and I can't do …
1
vote
2answers
21 views

mySQL join question.

The following line is giving an error message. $query = 'SELECT * FROM products AS p LEFT JOIN categories AS c USING ON c.id = p.category_id WHERE c.name = "Galleri1" AND p.status = "active"' ; $Q …
1
vote
1answer
6 views

Logging into a two different log file types in Codeigniter

Is it possible in CI (natively) to log into two different files from two different controllers? I haven't found such option in user manual nor any solution in Google. Is there any 3rd party logging …
1
vote
4answers
73 views

Why are CodeIgniter application files in the public_html folder?

Isn't having all of the files in public view a bad thing? Surely things such as /system/application/config/database.php should not be publicly visible!
0
votes
1answer
54 views

One page Codeigniter site using jquery? ajax?

Hello, I am hoping for some advice, imagine if you will will you are on a website and you are greeted solely with navigation menu, on click the navigation menu that is situated within the left hand …
2
votes
2answers
39 views

Plotting graph with FLOT using mysql and ajax

I am trying to use flot to plot some data that is pulled from a MySQL db. I am log users login visits and I have a SQL function that will retreive the number of visits per day for a given month, …
0
votes
1answer
44 views

Dynamically adding HTML fields with Javascript and CodeIgniter

I've been having a lot of troubles with this for the past few hours right now and I'm really not seeing where the problem is. Every single code snippet I find on the Internet is telling me I'm doing …
0
votes
0answers
16 views

CodeIgniter callback in helper

How I can call my callback in a helper? If i create the callback in the controller works fine, but if I create it in a helper, CI does not call it automatically.
0
votes
1answer
28 views

Problem with my Jquery loading in my Codeigniter views

Hello, I am working on a one page website that allows the users to add and remove pages from there navigation as and when they would like too, the way it works is that if the click 'Blog' on the …
0
votes
2answers
55 views

How do I set a header() and echo an image using CodeIgniter?

Hi, I've written a method to set a header() to the appropriate file type of an upload stored in a database and then I would like to echo() the file. The method is as follows inside a controller: …
0
votes
5answers
126 views

How to pass an array plus variables to a function in PHP?

Hi, I have a function prototype as such: function do_upload( $file, $id, $type ) And I'm calling the function like this: $this->do_upload( $files, $id, 'article' ); However, only $files is …
0
votes
1answer
46 views

CodeIgnitor, Jquery and Ajax help

I am currently building a website in codeigniter that is one page site, basically one the user comes to the page, they created with a main menu from that menu they choose which sections of the sites …
0
votes
3answers
23 views

Trouble with Codeigniter Routes involving a query

Hey SO, I'm having a little trouble with a CodeIgniter route when there is a query (stuff after the ?) in the URI. I know it is good practice to replace queries with routes in CI, but I'm importing …

1 2 3 4 5 31 next
15 30 50 per page