Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: What will happen to CI3 once CI4 is released to production?
Post: RE: What will happen to CI3 once CI4 is released t...

Thanks! So it looks like CI3 will be supported for about 2 yrs. That is great.
3,613 Views
3 Replies
11-13-2018, 05:18 PM
zurtri
    Thread: What will happen to CI3 once CI4 is released to production?
Post: What will happen to CI3 once CI4 is released to pr...

I understand there is not a brilliantly easy upgrade path from CI3 to CI4. What will happen to CI3 - will it continue to be developed or will an End of Life date be declared? I have a major proj...
3,613 Views
3 Replies
11-13-2018, 03:36 PM
zurtri
    Thread: CI4 Errors and Exceptions
Post: RE: CI4 Errors and Exceptions

I must agree that it is a bit of a trial to go through. It is often mentioned in reddit.com/r/PHP (along with a backstab to CI).
3,721 Views
3 Replies
10-24-2018, 03:36 PM
zurtri
    Thread: CI4 Errors and Exceptions
Post: CI4 Errors and Exceptions

In PHP The Right Way - this comment is made: Quote: -- PHP itself is fairly lax with this, and a call to file_get_contents() will usually just get you a FALSE and a warning. Many older PHP fra...
3,721 Views
3 Replies
10-23-2018, 03:26 PM
zurtri
    Thread: Best course move CI knowledge from Intermediate to Expert?
Post: RE: Best course move CI knowledge from Intermediat...

Howdy - yes I've seen the Udemy courses. Is there any particular one folks recommend?
3,820 Views
4 Replies
10-15-2018, 02:54 PM
zurtri
    Thread: Best course move CI knowledge from Intermediate to Expert?
Post: Best course move CI knowledge from Intermediate to...

I have been using CI for a few years now and have several products in production using it. I consider myself to have intermediate knowledge of CI. If there a course out there that could take me ...
3,820 Views
4 Replies
10-14-2018, 03:10 PM
zurtri
    Thread: Error 500 - Internal Server Error
Post: RE: Error 500 - Internal Server Error

sanjaya Wrote: (09-23-2018, 12:03 PM) -- Hello Friends, I have get Error 500 - Internal Server Error when my session start 0n https://ymca.indeeditsolutions.lk/login/authenticate/. Can you please ...
2,541 Views
2 Replies
09-23-2018, 04:23 PM
zurtri
    Thread: CSS Bootstrap
Post: RE: CSS Bootstrap

I concur with the other posters. Just add Bootstrap yourself. It doesn't need to come with CI4. CI should not have an opinion on this. (by the way I asked the same question about jQuery a yea...
7,667 Views
8 Replies
08-28-2018, 04:37 PM
zurtri
    Thread: Why Codeigniter is better than laravel?
Post: RE: Why Codeigniter is better than laravel?

The biggest advantage from my point of view is that CI is very light and very fast. It has minimal opinions so you can do things how you want. Most of my work is small Web Applications and CI do...
47,136 Views
25 Replies
08-05-2018, 05:22 PM
zurtri
    Thread: Does CI4 is as fast as CI3 or it is under testing?
Post: RE: Does CI4 is as fast as CI3 or it is under test...

48 active plugins? I feel your pain.
11,999 Views
9 Replies
07-29-2018, 05:01 PM
zurtri
    Thread: Bug with large IN query
Post: RE: Bug with large IN query

I must admit having a list of 500 or 1000 IDs to check for in a IN() list, seems to be a lot. I recognise that the world is a dirty place, and this might be the only solution - but it might be wort...
5,778 Views
6 Replies
07-25-2018, 04:14 PM
zurtri
    Thread: Accessing CSS and JS for views
Post: RE: Accessing CSS and JS for views

I don't put my JS and CSS in the Views directory. I usually put it under Assets at the same level as the application. That seems to be the 'standard'.
14,141 Views
12 Replies
07-22-2018, 04:37 PM
zurtri
    Thread: ci_sessions table is getting big - like 6M records and 90meg big
Post: RE: ci_sessions table is getting big - like 6M rec...

Thank you dave
10,060 Views
8 Replies
07-03-2018, 03:41 PM
zurtri
    Thread: ci_sessions table is getting big - like 6M records and 90meg big
Post: RE: ci_sessions table is getting big - like 6M rec...

hmmm. both those values are 0 in my php.ini I guess that's the problem.
10,060 Views
8 Replies
07-02-2018, 08:12 PM
zurtri
    Thread: ci_sessions table is getting big - like 6M records and 90meg big
Post: RE: ci_sessions table is getting big - like 6M rec...

By the way - thanks for that code - it works a treat!
10,060 Views
8 Replies
07-02-2018, 05:58 PM
zurtri
    Thread: ci_sessions table is getting big - like 6M records and 90meg big
Post: RE: ci_sessions table is getting big - like 6M rec...

Thank you. CI doesnt do auto garbage collection of the sessions table?
10,060 Views
8 Replies
07-02-2018, 05:50 PM
zurtri
    Thread: ci_sessions table is getting big - like 6M records and 90meg big
Post: ci_sessions table is getting big - like 6M records...

ci_sessions table is getting big - like 6M records and 90meg big Is there any problem with me just truncating the table? These are my settings in config PHP Code: -- $config['sess_driver'] =...
10,060 Views
8 Replies
07-02-2018, 04:58 PM
zurtri
    Thread: Create a Full Featured Registration and Login Module in CodeIgniter
Post: RE: Create a Full Featured Registration and Login ...

It looks a bit like a homework project...
5,034 Views
4 Replies
06-24-2018, 04:22 PM
zurtri
    Thread: Is calling models from other models bad practice?
Post: RE: Is calling models from other models bad practi...

I routinely call models from within models, particularly when aggregating data from multiple sources. This keeps the controllers nice and concise.
9,183 Views
9 Replies
06-17-2018, 05:07 PM
zurtri
    Thread: Using DomPDF library
Post: RE: Using DomPDF library

What solution did you find?
12,099 Views
10 Replies
06-04-2018, 03:36 PM
zurtri

Theme © iAndrew 2016 - Forum software by © MyBB