Welcome Guest, Not a member yet? Register   Sign In
Best IDE for CI
#10

[eluser]XeRGi0[/eluser]
I've tried Nusphere once, but it didn't work as i wanted...

I assume that every php editor/ide MUST at least highlight sintax errors, that is for sure... But when i said pre-compile to look up for errors, I meant framework related errors...

For instance...

I have a model with a method like this...

Code:
Class Some_model extends Model {
....
function getSomething($id) {
   ...
   return $something;
}
....

and I use that method in several Controllers...

Code:
$this->some_model->getSomething(31);

and then I add another param to that method

Code:
function getSomething($id, $param) {
   ...
   return $somethingByParam;
}

Is there some IDE/plugin or something that be aware of such error... There's a few tricks to make that work, but it would be nice to detect errors before implementation, like java compiler...

Can nusphere do this? Thanx...


Messages In This Thread
Best IDE for CI - by El Forum - 03-16-2009, 09:52 PM
Best IDE for CI - by El Forum - 03-17-2009, 02:48 AM
Best IDE for CI - by El Forum - 03-17-2009, 03:19 AM
Best IDE for CI - by El Forum - 03-17-2009, 05:45 AM
Best IDE for CI - by El Forum - 03-17-2009, 05:47 AM
Best IDE for CI - by El Forum - 03-17-2009, 05:58 AM
Best IDE for CI - by El Forum - 03-17-2009, 07:39 AM
Best IDE for CI - by El Forum - 03-17-2009, 07:41 AM
Best IDE for CI - by El Forum - 03-17-2009, 08:28 AM
Best IDE for CI - by El Forum - 03-17-2009, 08:40 AM
Best IDE for CI - by El Forum - 03-17-2009, 10:26 AM
Best IDE for CI - by El Forum - 03-17-2009, 10:37 AM
Best IDE for CI - by El Forum - 03-17-2009, 11:19 AM
Best IDE for CI - by El Forum - 03-17-2009, 02:11 PM
Best IDE for CI - by El Forum - 03-17-2009, 03:24 PM
Best IDE for CI - by El Forum - 03-17-2009, 04:30 PM
Best IDE for CI - by El Forum - 03-17-2009, 04:50 PM
Best IDE for CI - by El Forum - 03-17-2009, 05:38 PM
Best IDE for CI - by El Forum - 03-17-2009, 05:40 PM
Best IDE for CI - by El Forum - 03-17-2009, 06:26 PM
Best IDE for CI - by El Forum - 03-17-2009, 07:44 PM
Best IDE for CI - by El Forum - 03-19-2009, 12:02 PM
Best IDE for CI - by El Forum - 03-19-2009, 01:05 PM
Best IDE for CI - by El Forum - 03-23-2009, 09:57 PM
Best IDE for CI - by El Forum - 03-23-2009, 10:47 PM
Best IDE for CI - by El Forum - 03-24-2009, 04:37 AM
Best IDE for CI - by El Forum - 03-24-2009, 06:26 AM
Best IDE for CI - by El Forum - 03-24-2009, 06:46 AM
Best IDE for CI - by El Forum - 03-26-2009, 12:32 PM
Best IDE for CI - by El Forum - 03-26-2009, 12:43 PM
Best IDE for CI - by El Forum - 03-27-2009, 02:22 AM
Best IDE for CI - by El Forum - 03-27-2009, 12:19 PM
Best IDE for CI - by El Forum - 03-28-2009, 04:15 AM
Best IDE for CI - by El Forum - 03-30-2009, 09:37 AM
Best IDE for CI - by El Forum - 03-30-2009, 09:46 AM
Best IDE for CI - by El Forum - 03-30-2009, 08:48 PM
Best IDE for CI - by El Forum - 08-10-2009, 05:20 AM
Best IDE for CI - by El Forum - 06-08-2012, 12:48 AM



Theme © iAndrew 2016 - Forum software by © MyBB