CodeIgniter is an open-source PHP web development framework created by EllisLab Inc. The framework implements a modified version of the Model-View-Controller design pattern.

learn more… | top users | synonyms

0
votes
3answers
34 views

Code Igniter, multiple passing parameters in method

I have an method in Code Igniter, and want access using this URL "kuesioner/test/school_id/6/parent_id/7" I using _remap function to dynamic order of params in URL. Code from this. This is my code : ...
0
votes
2answers
39 views

Encryption string on Codeigniter

just wanted to verify if on Codeigniter Encryption say like this one hhNa0fUcOc3k0jUhPcRBJshpiXLpUSug+NhgPk89O7eSjerHk6go360U9rl8LazZo6DR6M1N4IqG0PYIwPyKhQ== Is the structure of this string always ...
1
vote
1answer
33 views

Removing null columns in SQL query

I'm using a select * query from a table. $query = $this->db->get($table_name); what I want is to for it to discard all records where the value for a column is empty so for example Array { ...
0
votes
2answers
32 views

Custom CodeIgniter route regex

Trying to improve a custom codeigniter route regex that I have created. Essentially the purpose of the custom route is to create a cleaner/shorter URL for client profile pages which have the format of ...
1
vote
3answers
66 views

How can I implement show() hide() function using jQuery in Codeigniter based on onclick of button in a table?

I need to have it so extra information pops up onclick and is otherwise hidden. I have tried using show() and hide() but I am unsure of what I am doing. Thanks guys, Kieran View: <table ...
0
votes
2answers
63 views

how to detect users timezone [duplicate]

i need to know what time zone is currently my users is in based on their Ip or http header. This is very urgent to me. I got many answer regarding this issue, but i could not understood those ...
-1
votes
1answer
46 views

MVC 1 controller multiple views [closed]

I'm using codeigniter to create a web page. I'm not sure about it so I ask: I have a login page where user can enter his/her email and password to log in. I also have a register page. I'm using two ...
3
votes
1answer
42 views

codeigniter pass the parameter before the method in the url?

im trying to pass parameters into a controler on CodeIgniter but i want the url to be like that : mywebsite/profile/{user_id}/about and not like this : mywebsite/profile/about/{user_id} so it ...
0
votes
2answers
28 views

Change Location In tempnam

I am having some trouble providing the directory path in tempnam();. When i use tempnam('', 'xyz'); , the file is getting stored in tmp directory. But i need to store the file in a specific directory ...
0
votes
1answer
28 views

Email in loop sends the same file using Email class in Codeigniter

Hey I'm using Codeigniter's Email helpers, and expiriencing a wierd issue. I have the following code : $path = mpdf_create_billing($html); $this->load->library('email'); ...
0
votes
2answers
50 views

codeigniter on wamp 403 forbidden error

I set up a codeigniter project on my wamp www folder The assets of my project is in 'assets' folder which is in the same folder as the application folder. However when I access my localhost, the ...
0
votes
2answers
33 views

Display database array lines whilst autoincrementing id per line

I wish to display the results of a database query in my view whilst giving each row a unique ID. My model is: function get_load_lines($ordernumber) { ...
1
vote
1answer
30 views

preg_replace() on encoded string in CI

I have this encoded string hhNa0fUcOc3k0jUhPcRBJshpiXLpUSug+NhgPk89O7eSjerHk6go360U9rl8LazZo6DR6M1N4IqG0PYIwPyKhQ== and I used the preg_replace() to replace all the +,/,= on that string with $, but ...
0
votes
1answer
49 views

codeigniter: unable to get the accurate time for today's

i have to insert current date & time into my database table in order to track users "when was their last visits" Currently i am in India. In My windows system, its showing 5/13/2013 5:58 Pm ...
0
votes
0answers
48 views

Anchor target not work

I have a problem with the target tag of anchors. The anchor specification is: <?php echo anchor(site_url('areaResponsable/perfil'), "AquĆ­", array('target' => '_self')); ?> But, when upload ...
0
votes
0answers
8 views

How to create schema for Doctrine Extensions?

I've integrated Doctrine 2 in Codeingiter project. I'm using Joel Verhagen's version of cli. I've integrated Doctrine Extensions as shown in this help file. The doctrine initialization code regarding ...
0
votes
0answers
61 views

CodeIgniter Google Maps API v3

I work with CodeIgniter and Google Maps API v3 of BIOSTALL and I have a problem with markers and infowindow. When I go through the results table to display each region with corresponding data, only ...
0
votes
0answers
55 views

How to display custom PHP error messages in CodeIgniter 1.7.2

I would like to show a custom error view instead of the default error page for production environment. I have changed little in exception.php. function show_php_error($severity, $message, $filepath, ...
-3
votes
0answers
29 views

Best way to listen music duration hours as per the subscriptions plans? [closed]

I am developing an application where user can listen online station as per the subscriptions plans varies i have provided three plans in my website default user will be signup in free plans and the ...
0
votes
1answer
31 views

Error 403: forbidden error

I can't access a controller using a form in Codeigniter 2.1. The homepage has several links and I can access. But when I want to submint data in a form I display the 403 forbidden error: Forbidden ...
0
votes
2answers
59 views

Clear SELECT fields in CodeIgniter

I'm using a function to set an entire sql query. This function is used by other two to get the sql and then use it as they need. Now, I want another function to execute the same query but I don't ...
-1
votes
2answers
75 views

to fetch array key and compare wih a key in a different array in php

I have a table that stores subjects offered and a table that stores the results scored by the students in an exam, in displaying the results using a view table, I want the system to display a (-) ...
1
vote
2answers
83 views

Running CodeIgniter Project

I have a Whole web site project based on CodeIgniter framework. My problem is i don't know how to run this project on my local Mamp Server. I have Successfully set up Mamp and Also run the latest ...
0
votes
1answer
44 views

External server codeigniter code php

Is there a way to use a controller hosted on one server A and use it in other server B I was thinking to create a controller on host B and use ...
0
votes
2answers
25 views

Setting database dynamically according to sub-domain URL in codeigniter?

I am working on codeigniter site.I have one single application this application is used by various user each user is having its own DB(Its own clients also).I need the way how to approach this cloud ...
-2
votes
0answers
18 views

Codeigniter force download and unable to parse URL [closed]

Im trying to write a code where the user can download files from the server the details of the file with a force download function are looped from the database the error that appears with my code it ...
0
votes
2answers
58 views

Multi select html inserting multi values into database

I'm working on a category section for stories submitted to my website. I have a html select going on in my html and I have that submitting to the database using codeigniter functions. It is submitting ...
0
votes
2answers
28 views

Use Loader class within a hook in CodeIgniter

I have this function that is in a hook: public function checkIfLogged() { $this->CI = & get_instance(); if(!$this->CI->session->userdata('logged') ){ ...
0
votes
1answer
26 views

Why I can't use sessions in a CodeIgniter hook

I have this code here: hooks/account.php: class Account { public function checkIfLogged() { if(!$this->session->userdata('logged') ){ ...
0
votes
0answers
28 views

losing quality after adding watermark to the picture

I'm working on a website wich i haven't create/developed Anyway users can upload image and when they do that , there's a function that create a duplicate of that image with a watermark But the ...
0
votes
0answers
30 views

Displaying The Dynamic Menus

I am stucked how to display the dynamic Menus Properly.. I had one Issue Before which i Solved, there was a little Mistake done by me.. Codeigniter, Dynamic Menus From the Database Now the issue is ...
0
votes
1answer
46 views

CodeIgniter helper in the view

Is it a good workaround and would it be possible to use helper classes in the view, in CodeIgniter. I have a situation when I have to extract with regulars expression from a text couple of strings and ...
0
votes
1answer
77 views

CodeIgniter Rest API (Phil Sturgeon) - How to chop up a very large api file

I have been building a rest api (using Phil Sturgeons Codeigniter-Restserver) and Ive been sticking closely to the tutorial at: ...
-3
votes
0answers
25 views

Upload an Excel file to server [closed]

I want to upload an Excel file to the server using CodeIgniter. I am using CodeIgniter's 'upload' library, but it is not working. Please tell me how can I can do this.
0
votes
1answer
52 views

how to get comma separated result from a array [duplicate]

i am getting output in this format Array ( [0] => Life [1] => living [2] => Health ) i want it this output in this format Life,living,Health How to achieve the above output in this format?
0
votes
1answer
20 views

codeigniter display database connection information

I have a config with multiple DB's and based on the constraints passed to the config a DB is used. With that, I am trying to debug to ensure the right DB is used when I want it to be. So I need to see ...
0
votes
2answers
25 views

Pull records from database giving preference to records with higher vote count

I have a client that I'm developing a video site for. He is wanting to pull 2 videos from the database to show the front end user to vote on. The videos table has a "votes" field. He is wanting to ...
0
votes
1answer
49 views

Codeigniter, Dynamic Menus From the Database

I am Trying to Implement the Dynamic Menus i Have two Tables in my Database pbs_forms includes Form Path Form Path link etc Second Table Name is pbs_formsingroups it shows that form belongs to ...
0
votes
1answer
35 views

hmvc codeigniter routes modules controller function

i have hmvc structur from https://bitbucket.org/wiredesignz/codeigniter-modular-extensions-hmvc modules content, create controller news_event, and for function view to detail view the structure like ...
-1
votes
1answer
61 views

CodeIgniter delete specific session by ID

Need to delete session for specific user (when he was banned). I know that session_id regenerates every 5 minutes. We are not storing sessions in database, probably just session_id for each user. ...
1
vote
4answers
37 views

codeigniter, result() vs. result_array()

I use both result() and result_array(). Usually i like to get my result as array thats why i use result_array() mostly.. But i want to know which is the better approach that i should follow, Which ...
0
votes
1answer
21 views

Code igniter - mod rewrite issue

I have following kind of URL, http://mysite.com/controller/method/VBGFrt543ERik4523/text1-text2 I want this to be shown in browser as, http://mysite.com/text1-text2 I searched a lot but couldnt ...
2
votes
2answers
36 views

Codeigniter storing html in database not working

I am working on a CMS with codeigniter. Users are supposed to know HTML and construct the page themselves. Now, I am having problems with storing some tags in the database (mysql database). Users can ...
0
votes
2answers
39 views

Unable to use variable when loading function via $this in CodeIgniter

When calling a function within a class I am using something like this: protected $_mdl = 'mdl_posts_latest'; function __construct() { parent::__construct(); ...
0
votes
0answers
30 views

Trouble with comment notification in CodeIgniter

I am running a social networking iPhone app using CodeIgniter. All notifications are working perfectly except for one: A user should receive a notification when another user comments on one of their ...
0
votes
1answer
33 views

Convert array objects to string and separate the values

I have the following result Array ( [0] => stdClass Object ( [name] => Identification ) [1] => stdClass Object ( [name] => Assay ) [2] => stdClass Object ( [name] => ...
0
votes
1answer
29 views

remove index.php from codeIgniter path

I have a problem with removing the "index.php" from my URL in CodeIgniter. I tried as to change my .htaccess file to : RewriteEngine On RewriteCond $1 !^(index\.php|(.*)\.swf|robots\.txt) ...
1
vote
2answers
48 views

Counting the number of uploaded files

I am working on my CodeIgniter project, and it is so far working very well. However, I need some way to count the number of uploaded files, since I want to limit it in some cases (but not all). How ...
0
votes
1answer
52 views

How to preserve information when loading controller codeigniter?

I'm doing a proyect in Codeigniter. One of the views that I have requires to select a student and a account. The student and the account are in different views and controllers. I select the student ...
0
votes
1answer
84 views

Codeigniter : save data to session and display it with Ajax

I ran into issue with sessions and ajax. I have this peace of code: for ($i=0; $i < count($result); $i++) { if(in_array($result[$i], $m_lines_arr)) { echo "<p class='br' ...

1 2 3 4 5 386