The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
5answers
60 views

Match 2 arrays in php

My two array values are 1) Array ( [0] => School Children [1] => Vocational Training Centre [2] => Admission Fee ) 2) Admission ...
-4
votes
2answers
50 views

Checkbox value not properly checked [closed]

<?php $i = 0; foreach($prj_data as $prj_pop) {?> <input type="checkbox" class="checkbox_project" value="<?php echo $prj_pop->name;?>" <?php ...
0
votes
0answers
19 views

Codeigniter URL rewrite

I've got a problem with the URL's rewrite. This works: mysite.com/en/archive/ This doesn't: mysite.com/en/archive/schedule/ In routes.php file I've wrote: $default_controller = "main"; ...
-1
votes
1answer
41 views

Causing conflict between the js files [closed]

I am using below three js files jquery.validate for validations and datepicker for js for date picker , i am using jquery -1.9.1 for modal window so becase of the modal jquery 1.9.1 my validations and ...
0
votes
0answers
23 views

codeigniter 1.7 Disallowed Key Characters cyrillic character

I have massage "Disallowed Key Characters" whit url like this: /project/category/Португалски if url containd only latin chars problem is gone. Problem come after removing index.php. For removing ...
0
votes
2answers
34 views

Codeigniter URL rewrite to hide controler and method name

My current url is universitytwig.com/user/userprofile/cm.cm , where user is the controller , userprofile is the method and cm.cm is the parameter .How i change this url to universitytwig.com/cm.cm by ...
0
votes
1answer
34 views

CodeIgniter passing parameters to a function in CORE MY_Controller

I hope that this is possible Can I pass parameters to functions in CORE/MY_Controller? I am developing a application that has three controllers and most of the functions are the same so I want to ...
0
votes
2answers
34 views

Codeigniter Routes Conflict

I am using codeigniter to create a restapi and I am having some problems with routes. Here is the equation: I have to navigate /users/ to index function, I have to navigate /users/{MongoId} to ...
-1
votes
0answers
21 views

Unable to load the requested class: lang_detect

An Error Was Encountered Unable to load the requested class: lang_detect Please tell me how to solve it urgent.. You can check the detail of the problem from here
0
votes
0answers
4 views

Codeigniter Page linking

can someone please help me I'm using the codeigniter for my web-application and i'm trying to link to another page using the controller but my efforts have failed: <li><a href="<?php echo ...
0
votes
0answers
34 views

removing backslashes in the query using codeigniter mysql

Post value is multi select, means values are coming in the form of array if(!empty($_POST['form_type'])) { $test = implode("','",$_POST['form_type']); ...
1
vote
1answer
24 views

codeigniter rerouting url with some new additional parameters

I am using codeigniter re-route to clean up some urls. I am aware that I can do $route['product/(:num)'] = "catalog/product_lookup_by_id/$1"; But in some cases I have to add some extra parameters ...
0
votes
1answer
62 views

How to update data with CodeIgniter and REST

I am new to CodeIgniter. I want to create a web service REST for the update. This is my controller: function user_post() { $result = $this->user_model->update( $this->get('id'), ...
1
vote
1answer
67 views

CHMOD 777 Codeigniter configuration error

I am configurating my project on codeigniter and Mamp. When i run it i got CHMOD 7777 error as shown in the image. Does someone know how to make config.php and the other page rewritable.
0
votes
2answers
87 views

Include all codeigniter functions to a new static page(php file) which is located in root folder. [closed]

I am developing a website which having many static pages. so i created controller only for dynamic pages(it might be wrong practice). Keeping all other static files in root folder. Now i want to use ...

1 2 3 4 5 18
15 30 50 per page