Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: CI Ignited-Datatables, wrong variable returning
Post: RE: CI Ignited-Datatables, wrong variable returnin...

I think you have misinterpreted what they have done... What you are doing is passing in a string instead of a variable as your parameter to the function renderStato(). As you have seen, it is pass...
3,324 Views
2 Replies
12-26-2015, 08:53 PM
Tim Brownlaw
    Thread: CodeIgniter 2.2.1 Released
Post: RE: CodeIgniter 2.2.1 Released

ciadmin Wrote: (01-23-2015, 12:11 AM) -- CI3 will be out soon :) This is a security release for our legacy version - being responsible! -- Thanks a ton for that - It is appreciated! A Big thanks ...
50,531 Views
0 Replies
01-23-2015, 12:26 AM
Tim Brownlaw
    Thread: What CI friendly text editor do you use?
Post: RE: What CI friendly text editor do you use?

no1youknowz Wrote: (12-05-2014, 07:29 PM) -- Why are people asking for CI friendly?  Haven't you learned PHP? Are you unable to code from memory that you need shortcuts provided by the editor? ...
80,872 Views
0 Replies
12-05-2014, 08:13 PM
Tim Brownlaw
    Thread: What CI friendly text editor do you use?
Post: RE: What CI friendly text editor do you use?

RobertSF Wrote: (12-02-2014, 07:36 PM) -- Well, it's not CI-friendly in the sense of being CI-aware, but I've used Notepad++ with the unofficial XDebug plug in. It's light and fast but a little buggy...
80,872 Views
0 Replies
12-05-2014, 06:37 PM
Tim Brownlaw
    Thread: What CI friendly text editor do you use?
Post: RE: What CI friendly text editor do you use?

I'm using phpstorm and it didn't work out of the box with CI BUT what I found is by that using docblocs ( which you should be using ) and referring to the relevant CI classes in your controller/mod...
80,872 Views
0 Replies
11-26-2014, 08:56 PM
Tim Brownlaw
    Thread: Auth
Post: RE: Auth

zurtri Wrote: (10-29-2014, 03:57 PM) -- Currently the biggest hurdle I find with CI is having to install and configure a auth library every time. I usually use ion_auth - what are the pro's and co...
119,912 Views
0 Replies
11-12-2014, 05:09 PM
Tim Brownlaw
    Thread: Result list page with links to detail page
Post: RE: Result list page with links to detail page

rick.emmet Wrote: (11-10-2014, 01:48 PM) -- Hello all, I'm new to Codeigniter and would like some help finding the resource(s) to solve this problem. I'm attempting to use the Table Class and $this-...
8,851 Views
0 Replies
11-10-2014, 02:49 PM
Tim Brownlaw
    Thread: CI Problem with form validation
Post: RE: CI Problem with form validation

An undefined variable error message, simply tells you that the variable you are trying to use is undefined! You've done something like this PHP Code: -- if (something_that_might_happen === TRUE) {...
30,066 Views
0 Replies
10-29-2014, 11:30 PM
Tim Brownlaw

Theme © iAndrew 2016 - Forum software by © MyBB