Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Datatables for Codeigniter 3
Post: RE: Datatables for Codeigniter 3

superior Wrote: (11-30-2022, 12:30 PM) -- There is a library available maybe this makes it easier for you? https://github.com/cahyadsn/ci-datatables -- Thanks man this solution is perfect and re...
7,567 Views
3 Replies
12-01-2022, 09:06 AM
brianjamestorr
    Thread: Datatables for Codeigniter 3
Post: Datatables for Codeigniter 3

Hi Does anyone have datatables library or anything to use with CI3, and to support joins because of search in database table. Main problem with this i have is that i need to make model for each data...
7,567 Views
3 Replies
11-30-2022, 10:44 AM
brianjamestorr
    Thread: How to disable/enable keys
Post: RE: How to disable/enable keys

Try this if you didn't solved yours issue yet Code: -- $config = array( array( 'field' => 'length', // this must match yours field in form 'label' => 'Length', 'rules' => 'required|regex...
5,629 Views
10 Replies
02-25-2021, 08:37 AM
brianjamestorr
    Thread: How to disable/enable keys
Post: RE: How to disable/enable keys

christaliise Wrote: (02-11-2021, 12:23 PM) -- brianjamestorr Wrote: (02-10-2021, 01:33 AM) -- You can use regex and disable input for those characters you don't allow. Here is example Code (https...
5,629 Views
10 Replies
02-12-2021, 08:26 AM
brianjamestorr
    Thread: How to disable/enable keys
Post: RE: How to disable/enable keys

You can use regex and disable input for those characters you don't allow. Here is example Code (https://jsfiddle.net/brianjamestorr/agv9rmt6/2/) In regex string you can put or remove characters ...
5,629 Views
10 Replies
02-10-2021, 01:33 AM
brianjamestorr
    Thread: Ajax doesn't work after using _remap
Post: RE: Ajax doesn't work after using _remap

If I doesn't use _remap then I need to make url like this mywebsite.com/history/index/12 because it is saying that "page is not found", is there a way to remove that "index" from url somehow ? Also w...
1,526 Views
3 Replies
02-05-2021, 12:31 AM
brianjamestorr
    Thread: Ajax doesn't work after using _remap
Post: Ajax doesn't work after using _remap

Hi I have added _remap() function in controller because I need to pass parameter in index, also index should work without passing parameter inside. Example with passed parameter in url: mywebsite.co...
1,526 Views
3 Replies
02-04-2021, 02:19 PM
brianjamestorr
    Thread: order_by() how to use NULLS LAST in active records
Post: RE: order_by() how to use NULLS LAST in active rec...

InsiteFX Wrote: (11-05-2020, 12:32 PM) -- You should never modify a system file! When you go to upgrade CodeIgniter what do you think will happen? Never Modify System Files. -- I know this is not...
4,908 Views
7 Replies
11-05-2020, 01:12 PM
brianjamestorr
    Thread: order_by() how to use NULLS LAST in active records
Post: RE: order_by() how to use NULLS LAST in active rec...

vincent78 Wrote: (11-05-2020, 03:54 AM) -- Try: $this->db->order_by('b.following', 'desc nulls last'); with the modification: in the file ./system/database/DB_query_builder.php -> public functio...
4,908 Views
7 Replies
11-05-2020, 04:04 AM
brianjamestorr
    Thread: order_by() how to use NULLS LAST in active records
Post: order_by() how to use NULLS LAST in active records

I am using Potgresql with Codeigniter3 and i have query that have null values in some columns that i need to use for order_by() on those columns. When i tried to run this query in pgAdmin it works ...
4,908 Views
7 Replies
11-05-2020, 01:19 AM
brianjamestorr
  Question Thread: Making model that hold important data on all controllers
Post: Making model that hold important data on all contr...

Hello, I am new in Codeigniter 3 i get into some points where i stuck. In my old php code (without framework), website structure i had was one file index.php that was holding all logged in user ...
2,131 Views
1 Replies
04-20-2020, 05:50 AM
brianjamestorr

Theme © iAndrew 2016 - Forum software by © MyBB