Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: [Solved] duplicate database entry with database session driver
Post: RE: [Solved] duplicate database entry with databas...

I"m running into this error a lot and I think it's setup right. Query:     Code: -- DROP TABLE `ci_sessions`;    CREATE TABLE IF NOT EXISTS `ci_sessions` (        `id` varchar(40) NOT NULL, ...
10,544 Views
3 Replies
06-18-2015, 08:04 AM
nnolting
    Thread: Namespaces ? Btw I Love CI
Post: RE: Namespaces ? Btw I Love CI

Traditionally the way the core is coded namespacing is near impossible. https://philsturgeon.uk/blog/2012/12/5-things-codeigniter-cannot-do-without-a-rewrite/
6,006 Views
0 Replies
01-08-2015, 08:28 AM
nnolting
    Thread: Call to a member function sess_save() on a non-object
Post: RE: Call to a member function sess_save() on a non...

I ended up making a flat file session driver that is loaded when my tests are being run  Session_codeception.php https://gist.github.com/withremote/99c0ad36999da43fb127 Then I made a MY_Session.p...
10,558 Views
0 Replies
01-08-2015, 08:23 AM
nnolting
    Thread: Call to a member function sess_save() on a non-object
Post: RE: Call to a member function sess_save() on a non...

I think I found the issue, I removed the session driver from my autoload, but it looks like MY_Controller is being loaded, which has a bunch of calls to the session driver on the web site to handle th...
10,558 Views
0 Replies
01-07-2015, 10:28 AM
nnolting
    Thread: Call to a member function sess_save() on a non-object
Post: Call to a member function sess_save() on a non-obj...

Code: -- Call to a member function sess_save() on a non-object /home/site/vendor/codeigniter/framework/system/libraries/Session/Session.php 302 --   Getting this when running unit tests with Codecep...
10,558 Views
0 Replies
01-06-2015, 04:23 PM
nnolting
    Thread: Extending Drivers in 3.0
Post: RE: Extending Drivers in 3.0

That was it, I had to move it into the drivers folder, thanks. slax0r Wrote: (11-11-2014, 07:18 AM) -- Session_cookie.php is located in system/libraries/Session/drivers/, your last line comment, "...
6,050 Views
0 Replies
11-11-2014, 04:29 PM
nnolting
    Thread: Extending Drivers in 3.0
Post: Extending Drivers in 3.0

Is is possible to extend drivers in CI 3 as you would extend libraries in CI 2.x with the MY_ prefix? For Instance i'm trying to extend the CI_Session_cookie library with a override to _sess_updat...
6,050 Views
0 Replies
11-10-2014, 08:43 AM
nnolting
    Thread: Is This a Bit Better?
Post: RE: Is This a Bit Better?

I dig it!
57,295 Views
0 Replies
11-07-2014, 08:54 AM
nnolting
    Thread: Minify CSS and JS in CodeIgniter
Post: RE: Minify CSS and JS in CodeIgniter

I used to use php libraries for compiling .less (http://leafo.net/lessphp/) -> .css and magnifying js, but now days I use Grunt (http://gruntjs.com/) for those type of tasks. I don't like the idea of ...
43,280 Views
0 Replies
11-06-2014, 08:05 AM
nnolting
    Thread: About Spark...
Post: RE: About Spark...

ciadmin Wrote: (11-02-2014, 06:08 PM) -- musicalangel Wrote: (11-02-2014, 04:40 PM) -- Greetings, Can i asking will BCIT hosting spark as well? Or using composer as main package system? Tha...
18,133 Views
0 Replies
11-03-2014, 12:54 PM
nnolting
    Thread: Template Engine
Post: RE: Template Engine

spjonez Wrote: (10-31-2014, 02:57 PM) -- For optimal performance templating should be done client side. There isn't much point to extending CI's already capable options: parser (https://ellislab.com/...
48,542 Views
0 Replies
11-03-2014, 12:52 PM
nnolting
    Thread: Template Engine
Post: RE: Template Engine

Most CI sites I maintain I end up attaching Twig via composer on system start and then my views are twig templates. It would be nice if there was an engine like Twig or Blade prebuild with CI, but I d...
48,542 Views
0 Replies
10-31-2014, 01:42 PM
nnolting
    Thread: waiting for CI3.0 version
Post: RE: waiting for CI3.0 version

kilishan Wrote: (10-29-2014, 09:03 PM) -- There's a pretty exhaustive list already in the 3.0 manual: http://www.codeigniter.com/userguide3/installation/upgrading.html -- Wow that is a big list...
33,890 Views
0 Replies
10-31-2014, 08:30 AM
nnolting
    Thread: waiting for CI3.0 version
Post: RE: waiting for CI3.0 version

I've been using 2.2 for a while now, waiting for 3.0 to be stable. Will you guys be putting our a "this feature in v2 will not work or works differently in v3" list?
33,890 Views
0 Replies
10-29-2014, 01:51 PM
nnolting

Theme © iAndrew 2016 - Forum software by © MyBB