Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Is future CI will implement HMVC by default/without 3rd party?
Post: Is future CI will implement HMVC by default/withou...

I searched this topic in github, this forum and google. But i still didnt get exact reason why CI still not (will not) implement HMVC. Anyone can give me the reason? I will appreciate any reply....
2,125 Views
1 Replies
03-24-2019, 02:41 PM
plonknimbuzz
    Thread: call an ajax request to one Controller... what the solution since out of web access
Post: RE: call an ajax request to one Controller... what...

try chown them
5,299 Views
5 Replies
07-28-2018, 01:56 PM
plonknimbuzz
    Thread: current browser always loading until other tab process finish
Post: current browser always loading until other tab pro...

hi, guys i was using CI since 5-6 years ago if i remember, when i update CI 2.x to CI 3.x i face this problem, until now. But because this problem can solve by using incognito mode or another browse...
2,502 Views
1 Replies
07-25-2018, 04:22 PM
plonknimbuzz
    Thread: [SOLVED] How to change db connection in CI
Post: RE: [SOLVED] How to change db connection in CI

Narf Wrote: (01-30-2018, 06:14 AM) -- plonknimbuzz Wrote: (01-30-2018, 02:26 AM) -- this is valid sql server query but not in mysql, because the right query in mysql is: INSERT INTO `table` (`id`, `...
5,064 Views
4 Replies
01-30-2018, 11:57 PM
plonknimbuzz
    Thread: [SOLVED] How to change db connection in CI
Post: RE: How to change db connection in CI

SOLVED: https://www.codeigniter.com/userguide3/database/connecting.html thanks
5,064 Views
4 Replies
01-30-2018, 02:37 AM
plonknimbuzz
    Thread: [SOLVED] How to change db connection in CI
Post: [SOLVED] How to change db connection in CI

i want to dump my old db to my new db design which have different stucture. i dump all my table and save query using get_compiled_insert() to file. the problem is my old db is sql server and my ne...
5,064 Views
4 Replies
01-30-2018, 02:26 AM
plonknimbuzz
    Thread: Dump big rows using CI return error memory limit
Post: Dump big rows using CI return error memory limit

PHP Code: --
3,014 Views
2 Replies
01-22-2018, 01:56 PM
plonknimbuzz
    Thread: how to implement remember me using session in CI?
Post: RE: how to implement remember me using session in ...

PaulD Wrote: (01-18-2018, 12:58 PM) -- However, as far as I understand it, you set a cookie (quite separate from the session cookie) like in your example 1, but you set the cookie to never expire (2 ...
15,301 Views
4 Replies
01-18-2018, 01:47 PM
plonknimbuzz
    Thread: how to implement remember me using session in CI?
Post: how to implement remember me using session in CI?

version: 3.1.7 my config PHP Code: -- $config['sess_cookie_name'] = 'ci_session'; $config['sess_expiration'] = 0; //default never expire -- my login check function PHP Code: -- if($remember !=...
15,301 Views
4 Replies
01-18-2018, 12:39 PM
plonknimbuzz
    Thread: Session expire from server command line
Post: RE: Session expire from server command line

you cant. because browser and CLI is treated as different user. this like you want destroy firefox session with your chrome session. if you really to do that. you can delete your browser cache t...
4,345 Views
4 Replies
12-25-2017, 07:02 AM
plonknimbuzz
    Thread: use of PickList/Jquery with Codeignitor and Grocery Crud
Post: RE: use of PickList/Jquery with Codeignitor and Gr...

jquery is javascript library , so jquery is client side scripting as long as i know, GC is using jquery by default, except you want to disabled it (like want to use another jquery version)
2,272 Views
1 Replies
12-20-2017, 01:32 PM
plonknimbuzz
    Thread: query builder like with wildcard in the middle
Post: query builder like with wildcard in the middle

Code: -- SELECT * FROM table WHERE column LIKE 'some%thing' -- 3rd parameter after = 'some%thing%' before = '%some%thing' both (or leave empty) = '%some%thing%' but how with 'some%thing' ??...
4,882 Views
4 Replies
12-20-2017, 01:24 PM
plonknimbuzz
    Thread: Prevent attack to api
Post: RE: Prevent attack to api

you can set expired times to your token and disabled caching might give you little help --- but the real question is , how he can took your token? #he got my token from sql injection so that...
3,932 Views
2 Replies
12-20-2017, 12:54 PM
plonknimbuzz
    Thread: Make table with two record unique
Post: RE: Make table with two record unique

omid_student Wrote: (12-17-2017, 01:53 AM) -- Yes it is working now -- glad to hear that
5,602 Views
4 Replies
12-20-2017, 12:39 PM
plonknimbuzz
    Thread: Make table with two record unique
Post: RE: Make table with two record unique

this is very simple. this case call composite primary key. you can google for this. create new table  tbl_user_product_relation  sUsername Primary Key char(8) sProductID primary key int(11) sD...
5,602 Views
4 Replies
12-16-2017, 10:58 PM
plonknimbuzz
    Thread: Fetch and Update Data in same page CodeIgniter
Post: RE: Fetch and Update Data in same page CodeIgniter

Short answer: you need AJAX Long answer: Since i cant see your full script (especially your javascript). and i never use  form helper yet. i cant guarantee this will work. modify my script if th...
12,828 Views
3 Replies
12-16-2017, 11:48 AM
plonknimbuzz

Theme © iAndrew 2016 - Forum software by © MyBB