Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: CodeIgniter 3.0.6 Released
Post: RE: CodeIgniter 3.0.6 Released

This is terrible advice. See the original post at the top of this thread and read the upgrade notes provided. In particular, 3.0.3 has additional tasks that should be performed, but so do several of t...
93,608 Views
28 Replies
05-03-2016, 03:58 PM
colonelclick
    Thread: Auto set routes in codeigniter
Post: RE: Auto set routes in codeigniter

Based on your description, everything should work fine if you simply delete your custom routes. As long as your routes match the format controller/method/parameters and your paths are set correctly, y...
4,023 Views
2 Replies
07-03-2015, 11:07 AM
colonelclick
    Thread: Can img tag be used in a view?
Post: RE: Can img tag be used in a view?

Use absolute URL to you image. Start the url with /
9,395 Views
5 Replies
04-17-2015, 12:15 PM
colonelclick
    Thread: Starting a new App
Post: RE: Starting a new App

+1 3.0-dev has been in wide production use for some time. And now we have RC1 and RC2!
4,533 Views
0 Replies
02-18-2015, 11:51 AM
colonelclick
    Thread: Sign ups and logins elegantly in both code and user experience
Post: RE: Sign ups and logins elegantly in both code and...

I have done something similar. Over time, I ran into trouble because not all mobile devices handle popups consistently and I needed to maintain mobile compatibility. I decided that while I did not wan...
5,472 Views
0 Replies
02-18-2015, 11:48 AM
colonelclick
    Thread: Thoughts on Mysql_Views and Tables in same model
Post: RE: Thoughts on Mysql_Views and Tables in same mod...

One rule I apply is the reusability of the code. I would say when learning your way through MVC, when in doubt, put the code in the Model. This is because any Controller can call a Model, but the reve...
6,225 Views
0 Replies
02-18-2015, 11:43 AM
colonelclick
    Thread: Variables in Model Classes
Post: RE: Variables in Model Classes

There is no hard and fast rule, as far as CI is concerned. My own practice is to use a Library for derived or run-time variables, with the Library calling the Model, which only contains variables t...
4,272 Views
0 Replies
02-18-2015, 11:35 AM
colonelclick
    Thread: Best authentication system for production
Post: RE: Best authentication system for production

+1 for Ion-Auth
19,452 Views
0 Replies
02-18-2015, 11:22 AM
colonelclick

Theme © iAndrew 2016 - Forum software by © MyBB