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

[eluser]cahva[/eluser]
I've got fed up with Zend Studio's bugs and downloaded Netbeans for PHP and didnt have to look back since Smile The PHP edition of Netbeans is lightweight (download size is only 25MB) and a joy to use. So for PHP coding, netbeans is a very good choice.
#32

[eluser]halwaraj[/eluser]
[quote author="cahva" date="1238160172"]I've got fed up with Zend Studio's bugs and downloaded Netbeans for PHP and didnt have to look back since Smile The PHP edition of Netbeans is lightweight (download size is only 25MB) and a joy to use. So for PHP coding, netbeans is a very good choice.[/quote]



Oh yes, You are right. I downloaded the whole package cause I need it all. Yes Netbeans is really superb to work with. Enjoy guys. Netbeans is the best.
#33

[eluser]bezidejni[/eluser]
Probably Textmate for mac with CI bundle installed. Speeds up the work considerably.
#34

[eluser]xc8[/eluser]
TextMate or Espresso for quick publish to the server.
#35

[eluser]richfearless[/eluser]
NuSphere PHPEd >>
#36

[eluser]PermanaJ[/eluser]
I use Netbeans and it works great ...

But I have one question about CI documentation ... for example :
Code:
...

/**
* initialize image preferences
*
* @access    public
* @param    array
* @return    void
*/    
function initialize($props = array())
...

why not use
Code:
...
/**
* initialize image preferences
*
* @access public
* @param  array $props some text
* @return void
*/    
function initialize($props = array())
..

So it will be read correctly by netbeans Big Grin
#37

[eluser]sihijau[/eluser]
i'm using Notepad++/Dreamweaver on windows and gedit/Eclipse on Ubuntu Smile
#38

[eluser]kesty[/eluser]
i'm using WAMP + aptana studio 3 + komodo IDE.
Work flawlessly on my windows xp sp3




Theme © iAndrew 2016 - Forum software by © MyBB