Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Help implimenting filters for redirects
Post: Help implimenting filters for redirects

Hello.  There is obviously something I am not understanding here.  I am trying to do basically what was in this thread 'Redirection in a helper'  I made this filter Code: --
2,307 Views
1 Replies
10-19-2019, 11:57 AM
pkMyt1
    Thread: Sub Directory on Controller
Post: RE: Sub Directory on Controller

Thanks for figuring this out. I was having the same problem and this solved it.
12,248 Views
16 Replies
04-10-2019, 09:26 AM
pkMyt1
    Thread: orderBy not sorting results
Post: RE: orderBy not sorting results

unodepiera Wrote: (10-05-2018, 11:02 PM) -- pkMyt1 Wrote: (10-05-2018, 07:54 PM) -- First, you folks are amazing.  Thank you for the tremendous effort you have put into CI4. I am testing CI4 on a LI...
6,682 Views
2 Replies
10-06-2018, 07:27 AM
pkMyt1
    Thread: orderBy not sorting results
Post: orderBy not sorting results

First, you folks are amazing.  Thank you for the tremendous effort you have put into CI4. I am testing CI4 on a LIMS that I wrote way back for CI2.  I am trying to get sorted results from one of the ...
6,682 Views
2 Replies
10-05-2018, 07:54 PM
pkMyt1
    Thread: Update 2 tables simutaneously with CI3
Post: RE: Update 2 tables simutaneously with CI3

That model extends a CI_Model.  I was thinking, possibly incorrectly, that name is the database name which is model.  However as I think about your comment it looks like CI is looking for a table call...
6,567 Views
0 Replies
02-26-2015, 06:07 AM
pkMyt1
    Thread: Update 2 tables simutaneously with CI3
Post: RE: Update 2 tables simutaneously with CI3

No joy on your idea. I could save the data as 2 arrays instead of one and run the update 2x but that seemed to me to be a waste of DB calls. Well, hopefully there will be many more ideas.
6,567 Views
0 Replies
02-25-2015, 03:01 PM
pkMyt1
    Thread: tank auth
Post: RE: tank auth

Thanks, I will look at that. I kept tank auth because I have been using it since its early days.
6,998 Views
0 Replies
02-25-2015, 02:56 PM
pkMyt1
    Thread: tank auth
Post: RE: tank auth

I have been able to use it with CI2 and CI3. Required some tweaks when I upgraded one of my sites from CI2 but not many. I will add I never used the captcha functions. Try configuring a test MVC wi...
6,998 Views
0 Replies
02-25-2015, 02:41 PM
pkMyt1
    Thread: Update 2 tables simutaneously with CI3
Post: Update 2 tables simutaneously with CI3

I have two tables containing user information.  On occasion user profile information needs to be updated requiring a simultaneous update of both tables.  I was able to do this in CI2 using this code; ...
6,567 Views
0 Replies
02-25-2015, 02:32 PM
pkMyt1
    Thread: CI3 WHERE and ORDER_BY errors
Post: RE: CI3 WHERE and ORDER_BY errors

The fog lifts. I read about the session_write_close() but did not connect the dots to my problem. I will look into that. I think I also understand better why the manual suggests using file to store...
9,079 Views
0 Replies
02-23-2015, 10:52 AM
pkMyt1
    Thread: from Local to hosting problem
Post: RE: from Local to hosting problem

Need a little more information. The paths are different between Windows and Linux so any files where you hard coded paths such as file upload paths, or cache location will need to be changed. Upon r...
5,743 Views
0 Replies
02-22-2015, 08:33 PM
pkMyt1
    Thread: CI3 WHERE and ORDER_BY errors
Post: RE: CI3 WHERE and ORDER_BY errors

CodeIgniter Rocks. I have several sites built on CI2 and love it. Other than this issue migrating to CI3 was fairly straight forward. I would like to thank the community that answers questions for ...
9,079 Views
0 Replies
02-22-2015, 08:28 PM
pkMyt1
    Thread: CI3 WHERE and ORDER_BY errors
Post: RE: CI3 WHERE and ORDER_BY errors

The columns all exist. CI3 was attempting to update the sessions table when it should not have. The core error was mine. If I understand it correctly, CI3 does not use start_cache or flush_cache an...
9,079 Views
0 Replies
02-22-2015, 08:07 AM
pkMyt1
    Thread: CI3 WHERE and ORDER_BY errors
Post: CI3 WHERE and ORDER_BY errors

I have been looking into moving my one of my sites from CI2 to 3 and hit a snag that I have been unable to track down.  This code: PHP Code: -- $this->db->start_cache(); $this->db->select( 'mol...
9,079 Views
0 Replies
02-21-2015, 09:52 PM
pkMyt1

Theme © iAndrew 2016 - Forum software by © MyBB