Posts Tagged ‘php’
May 31st, 2009
My Top Linux IDE’s and Development Editors
There are a few good programs to write programs / scripts. These are editors / IDE’s that can be used for scripting or writing programs in linux.
These are listed in no particular order
- Quanta plus
Environment: Kde
Languages: PHP, Perl, Python, XML, C - KDevelop
Environment: Kde
Languages: PHP, Perl, Python, XML, C, Ruby, Rails
- Anjuta
Environment: gnome
Languages: C - Kate
Environment: KDE
Languages: Anything. Has Syntax Highlight - Gedit
Environment: gnome
Languages: Anything. Has Syntax Highlight. Basic lightweight editor - Screem
Environment: gnome
Languages: Web based, HTML, XML, some PHP - Eclipse with PHPeclipse and DLTK
Environment: Anything – JAVA
Languages: Anything. Plugins for all possible languages
[heavy weight editor. But one size fits all for most open source projects and languages] - gPHPedit
Environment: gnome
Languages: HTML, CSS, PHP – Simple, lightweight, Syntax highlight - jEdit
Environment: Anything – Java
Languages: Anything. Has plugins for any possible language. Customizable - Netbeans
Environment: Anything – Java
Languages: Anything. Has plugins for any possible language. Customizable
[has a cool debugger, no need to switch to Browser for debugging] - glimmer
[refer to Eclipse]
[not ready for production use. Unless you're looking for a challenge] - geany
Environment – gnome
Languages – PHP, C, and many more.
[My personal favorite, lightweight, has some critical items that basic editors like kate / gedit doesn't] - Bluefish and KompoZer (forked from nvu) deservers a mention.Although it’s popular enough to not need it..

Symfony – Propel get random data from table
Somebody asked this on IRC so I figured I might as write it down.
Q: How do I get one random row from a table?
A: