Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Codeigniter 3 RC2 Admin developement guideline
Post: RE: Codeigniter 3 RC2 Admin developement guideline

^Thanks everyone for the help.
16,193 Views
0 Replies
02-25-2015, 04:45 AM
summer
    Thread: Codeigniter 3 RC2 Admin developement guideline
Post: RE: Codeigniter 3 RC2 Admin developement guideline

^Thanks alot, i have already done that. will i be able to move to hmvc after using MY_Controller?
16,193 Views
0 Replies
02-24-2015, 01:46 PM
summer
    Thread: Codeigniter 3 RC2 Admin developement guideline
Post: RE: Codeigniter 3 RC2 Admin developement guideline

^Thanks for the routing tip, i have that HMVC but its not optimized for RC2, at least not yet. has some issues with autoloading session library. another question: I have some functions in each c...
16,193 Views
0 Replies
02-24-2015, 12:38 PM
summer
    Thread: Codeigniter 3 RC2 Admin developement guideline
Post: RE: Codeigniter 3 RC2 Admin developement guideline

Hi Silentium! Thanks for the reply, problem is almost solved. how can i set routes for it so that next segment after "manager/" is a controller in manager(sub-directory in application/controllers). ...
16,193 Views
0 Replies
02-24-2015, 01:56 AM
summer
    Thread: Codeigniter 3 RC2 Admin developement guideline
Post: Codeigniter 3 RC2 Admin developement guideline

Hi there everyone. I'm developing an html/css admin template with Codeigniter 3 RC2 to use as back-end of my sites. i want to develop it in way that i can use it with multiple sites. each of my sit...
16,193 Views
0 Replies
02-23-2015, 02:30 AM
summer
    Thread: CI_DB_driver Bug?
Post: RE: CI_DB_driver Bug?

There is this one settings in database.php config file: Code: -- 'autoinit' => TRUE, -- Documentaion says: Code: -- autoinit Whether or not to automatically connect to the database when the libr...
50,722 Views
0 Replies
02-12-2015, 05:36 AM
summer
    Thread: CI_DB_driver Bug?
Post: RE: CI_DB_driver Bug?

Narf Wrote: (02-11-2015, 03:58 PM) -- You can rant all day long, but that's not going to change how things work ... If you don't want to take my advice, that's fine with me. -- The advice you gave ...
50,722 Views
0 Replies
02-11-2015, 11:19 PM
summer
    Thread: CI_DB_driver Bug?
Post: RE: CI_DB_driver Bug?

Narf Wrote: (02-11-2015, 11:41 AM) -- I didn't explain "alternatives". I gave you the solution and explained why it is such. -- Ok, but you didn't give solution for suppressing the warning message. ...
50,722 Views
0 Replies
02-11-2015, 01:49 PM
summer
    Thread: CI_DB_driver Bug?
Post: RE: CI_DB_driver Bug?

Y Narf Wrote: (02-11-2015, 07:14 AM) -- Again, quoting that same manual: Quote: -- You are using a Windows client and the server had dropped the connection (probably because wait_timeout expired)...
50,722 Views
0 Replies
02-11-2015, 11:33 AM
summer
    Thread: CI_DB_driver Bug?
Post: RE: CI_DB_driver Bug?

Narf Wrote: (02-11-2015, 06:36 AM) -- Quoting the MySQL manual that was already linked in this thread: Quote: -- By default, the server closes the connection after eight hours if nothing has ...
50,722 Views
0 Replies
02-11-2015, 06:57 AM
summer
    Thread: CI_DB_driver Bug?
Post: RE: CI_DB_driver Bug?

Help anyone here!!! :(
50,722 Views
0 Replies
02-11-2015, 06:26 AM
summer
    Thread: CI_DB_driver Bug?
Post: RE: CI_DB_driver Bug?

InsiteFX Wrote: (02-10-2015, 09:03 PM) -- Did you try using: PHP Code: -- $this->db->reconnect(); -- -- Yes i did, i have already mentioned in my previous post that i'm reconnecting again in my ...
50,722 Views
0 Replies
02-10-2015, 11:47 PM
summer
    Thread: CI_DB_driver Bug?
Post: RE: CI_DB_driver Bug?

Hi everyone! I'm also facing the same issue, i'm getting this error occasionally: Code: -- A PHP Error was encountered Severity: Warning Message: mysqli::real_connect() [mysqli.real-connect...
50,722 Views
0 Replies
02-10-2015, 12:19 PM
summer
    Thread: CI 3 RC Sessions: mark_as_temp()
Post: RE: CI 3 RC Sessions: mark_as_temp()

Yes of course i know that, my data is like this: Code: -- $row = $query->row(); $data = array(  'admin_id' => $row->admin_id,  'username' => $row->username,  'first_name' => $row->first_name,...
11,797 Views
0 Replies
02-03-2015, 04:21 AM
summer
    Thread: CI 3 RC Sessions: mark_as_temp()
Post: RE: CI 3 RC Sessions: mark_as_temp()

Hi Narf! Thanks very much for the feedback, i have read the link you provided. it was very helpful clearing my mind about useful and un-secure strategies. but the solution provided there, it mig...
11,797 Views
0 Replies
02-03-2015, 03:35 AM
summer
    Thread: CI 3 RC Sessions: mark_as_temp()
Post: RE: CI 3 RC Sessions: mark_as_temp()

Narf Wrote: (02-02-2015, 02:23 PM) -- Naturally, if your session expires, any tempdata in it gets deleted as well. Or do you mean something else? -- Actually i'm stuck in a little problem, i will r...
11,797 Views
0 Replies
02-03-2015, 12:00 AM
summer
    Thread: CI 3 RC Sessions: mark_as_temp()
Post: RE: CI 3 RC Sessions: mark_as_temp()

I think it should be Code: -- $temp[$k] = $v; -- but still if $config['sess_expiration'] is less than ttl, tempdata gets cleared.
11,797 Views
0 Replies
02-02-2015, 01:11 PM
summer
    Thread: CI 3 RC Session unset in associative array
Post: RE: CI 3 RC Session unset in associative array

As i have already mentioned i'm new to the codeigniter, thats why i was just trying to follow the documentation, i think i'm relying on it way to much, its not that much of correct or updated anyway. ...
16,544 Views
0 Replies
02-02-2015, 05:25 AM
summer
    Thread: CodeIgniter - Pakistani Community
Post: RE: CodeIgniter - Pakistani Community

Hi From Rawalpindi Pakistan.
12,256 Views
0 Replies
02-02-2015, 02:24 AM
summer
    Thread: CI 3 RC Session unset in associative array
Post: RE: CI 3 RC Session unset in associative array

The documentation in CI 3RC is still stating first method of unsetting userdata to be valid, but its not working, so i think its a bug, if not and they have changed the way of unsetting userdata, docu...
16,544 Views
0 Replies
02-02-2015, 02:19 AM
summer

Theme © iAndrew 2016 - Forum software by © MyBB