Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Using the remap with parameters
Post: RE: Using the remap with parameters

jreklund Wrote: (10-20-2018, 03:21 PM) -- Second are preferred as $params in _remap are an array. And if there are only one item in that array, it will convert it into a string. With the first option...
5,050 Views
3 Replies
10-21-2018, 07:35 AM
Qodi
    Thread: Using the remap with parameters
Post: Using the remap with parameters

Do both of these forms work $this->$method($params); call_user_func_array(array($this, $method), $params) Thanks in advance. God bless.
5,050 Views
3 Replies
10-20-2018, 02:11 PM
Qodi
    Thread: Updating a session array
Post: Updating a session array

I would like to update a session array using the codeigniter session library terminology. I have a session array named chairs. Each key of the array is the chairID of the associated chair and the val...
1,923 Views
0 Replies
10-19-2018, 12:35 PM
Qodi
    Thread: Using ajax with codeigniter
Post: RE: Using ajax with codeigniter

Wouter60 Wrote: (01-14-2018, 02:07 PM) -- jQuery will make life a lot easier. So, load jQuery in the head of your pages. Have a look at the jQuery $.post() method. Make sure the url that you pass t...
18,348 Views
6 Replies
01-19-2018, 09:26 PM
Qodi
    Thread: Using ajax with codeigniter
Post: Using ajax with codeigniter

Hey, I've been using codeigniter rather well for the last few weeks.  It's now time that I move into AJAX with php, however I am having trouble with understanding how DOM files work with the codeigni...
18,348 Views
6 Replies
01-14-2018, 09:50 AM
Qodi

Theme © iAndrew 2016 - Forum software by © MyBB