Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Query Builder Protect Identifiers Disable
Post: RE: Query Builder Protect Identifiers Disable

mwhitney Wrote: (07-20-2015, 06:43 AM) -- I think the point was that he was trying to prevent it from protecting the identifiers in the first place, but the from() method doesn't give you an option t...
17,981 Views
6 Replies
07-20-2015, 07:51 AM
zepernick
    Thread: Query Builder Protect Identifiers Disable
Post: RE: Query Builder Protect Identifiers Disable

You are correct, my apologies.  I was getting a mysql error and assuming it was the protection around the alias that was causing the problem.  I was not aware that MySQL allowed that.  It must be some...
17,981 Views
6 Replies
07-20-2015, 06:56 AM
zepernick
    Thread: Query Builder Protect Identifiers Disable
Post: RE: Query Builder Protect Identifiers Disable

Narf Wrote: (07-20-2015, 02:36 AM) -- This should solve it: https://github.com/bcit-ci/CodeIgniter/commit/43afc71b777b00cfc2638add6fa3c47d333c5e04 However, as explained in the commit message - thi...
17,981 Views
6 Replies
07-20-2015, 06:10 AM
zepernick
    Thread: Query Builder Protect Identifiers Disable
Post: Query Builder Protect Identifiers Disable

I am migrating from CI2 to CI3 and previously had this option in my db config: $db['default']['_protect_identifiers']= FALSE; When leaving this in, I have a problem with using Session with a dat...
17,981 Views
6 Replies
07-19-2015, 10:07 AM
zepernick
    Thread: DataTables 1.10 > Library
Post: RE: DataTables 1.10 > Library

Yes, it is really handled through the DataTables JS library.  Here is an example of the `columns` option in the JavaScript setup for DataTables. Code: --        columns: [       {         da...
19,601 Views
0 Replies
04-13-2015, 07:13 AM
zepernick
    Thread: Uses of userdata() without params on Profiler Class
Post: RE: Uses of userdata() without params on Profiler ...

@Narf, I think he is saying that he upgraded CI by copying the CI 3 system files over top of the CI 2 files and it retained the old session class because it was moved in CI 3. Sounds like the best be...
11,168 Views
0 Replies
03-19-2015, 03:29 AM
zepernick
    Thread: mysql problem using ion auth
Post: RE: mysql problem using ion auth

I came across this same error when my DB connection failed. Maybe that is the real issue.
5,900 Views
0 Replies
02-13-2015, 08:44 AM
zepernick
    Thread: DataTables 1.10 > Library
Post: RE: DataTables 1.10 > Library

GrigoreMihai Wrote: (02-03-2015, 08:11 AM) -- I was looking for something like this for a few days ... Any options for CRUD functions ? -- It does not have anything built in to help with the inline...
19,601 Views
0 Replies
02-03-2015, 06:44 PM
zepernick
    Thread: Database field_data
Post: Database field_data

I recently had a situation where I needed to know if a column was an auto incremented field.  I was using primary_key, but discovered that something can be primary_key and not auto increment ;-) I ...
2,804 Views
0 Replies
01-30-2015, 08:42 AM
zepernick
    Thread: sql is not compiled properly
Post: RE: sql is not compiled properly

I have also seen incorrect ticks placed in SQL statements when using expressions such as this one in the query: concat(IFNULL(i.item_unit_size, ''), ' ', IFNULL(i.unittype_id, ' ')) It will plac...
23,348 Views
0 Replies
01-14-2015, 06:56 AM
zepernick
    Thread: DataTables 1.10 > Library
Post: RE: DataTables 1.10 > Library

The library is only doing the backend JSON for DataTables. It will not write pure table HTML. What are you looking for the library to do with the HTML table? Paging and Sorting with no Ajax?
19,601 Views
0 Replies
01-12-2015, 07:07 AM
zepernick
    Thread: DataTables 1.10 > Library
Post: RE: DataTables 1.10 > Library

As promised, here is a full working example (http://www.paulzepernick.com/ci-zepernick) using CI 3. The library has been primarily run on CI 2, but thought I would use this as an excuse to check out ...
19,601 Views
0 Replies
01-10-2015, 05:46 AM
zepernick
    Thread: DataTables 1.10 > Library
Post: RE: DataTables 1.10 > Library

Sure, not a problem. I will get a working example together this weekend and update this thread. Thanks!
19,601 Views
0 Replies
01-09-2015, 12:56 PM
zepernick
  Smile Thread: DataTables 1.10 > Library
Post: DataTables 1.10 > Library

I just pushed a new DataTables library that I created for a project I have been working on.  It is well documented on github.  Head on over and let me know what you think.   :D https://github.com/...
19,601 Views
0 Replies
01-09-2015, 12:20 PM
zepernick

Theme © iAndrew 2016 - Forum software by © MyBB