Seeking PHP IDE as good as ours
#1
Posted 04 May 2012 - 01:09 AM
I have almost no experience in PHP, just basically looking at the code that exists already. I am looking for suggestions on finding a PHP IDE with the features I have come to rely on from SCiTE and AutoIt - I want a function reference with examples, autocomplete for functions, inline syntax usage would be helpful, and would really like to have a feature like Tidy. What I need is something geared for a total PHP noob!
Any good suggestions?
Thanks!
Ian
- IP Scanner - Multi-threaded ping tool to scan your available networks for used and available IP addresses, shows ping times, resolves IPs in to host names, and allows individual IPs to be pinged.
- INFSniff - Great technicians tool - a tool which scans DriverPacks archives for INF files and parses out the HWIDs to a database file, and rapidly scans the local machine's HWIDs, searches the database for matches, and installs them.
- PPK3 (Persistent Process Killer V3) - Another for the techs - suppress running processes that you need to keep away, helpful when fighting spyware/viruses.
- Sync Tool - Folder sync tool with lots of real time information and several checking methods.
- USMT Front End - Front End for Microsoft's User State Migration Tool, including all files needed for USMT 3.01 and 4.01, 32 bit and 64 bit versions.
- Audit Tool - Computer audit tool to gather vital hardware, Windows, and Office information for IT managers and field techs. Capabilities include creating a customized siteagent.
- CSV Viewer - Displays CSV files with automatic column sizing and font selection. Lines can also be copied to the clipboard for data extraction.
#2
Posted 04 May 2012 - 01:29 AM
The Humpty dance, Megadeth - Countdown To Extinction, Metallica - Blackened, The Sound of Urchin - Zen Magic Marker
Unless someone like you cares a whole awful lot, nothing is going to get better. It's just not.
#3
Posted 04 May 2012 - 01:35 AM
there is an php api for scite at http://www.scintilla.org/php.api
Realm
P.S. If I remember right, that maybe for PHP4, I'm still looking for the webpage that shown how to set it up, will post when I find it.
Edit: I was correct when I said it was for PHP4.
The link, that I believe is from the original author of the api, is here http://www.msghelp.net/printthread.php?tid=76675, with directions to setup the api
If you need php5, just google 'Scite PHP5 API', I used Bing with 'Scite PHP API' to find this page again, and it returned a large number of results. I'm sure someone has written a scite api for PHP5 somewhere.
Edited by Realm, 04 May 2012 - 01:42 AM.
My Contributions:
RegEdit Jumper: A Small & Simple interface based on Yashied's Reg Jumper Function, for searching Hives in your registry.
#4
Posted 04 May 2012 - 02:01 AM
Unless I'm doing something wrong, but I edited the PHP hash out of SciTEGlobal.properties file, and downloaded the .api and properties files to their proper locations.
Ian
- IP Scanner - Multi-threaded ping tool to scan your available networks for used and available IP addresses, shows ping times, resolves IPs in to host names, and allows individual IPs to be pinged.
- INFSniff - Great technicians tool - a tool which scans DriverPacks archives for INF files and parses out the HWIDs to a database file, and rapidly scans the local machine's HWIDs, searches the database for matches, and installs them.
- PPK3 (Persistent Process Killer V3) - Another for the techs - suppress running processes that you need to keep away, helpful when fighting spyware/viruses.
- Sync Tool - Folder sync tool with lots of real time information and several checking methods.
- USMT Front End - Front End for Microsoft's User State Migration Tool, including all files needed for USMT 3.01 and 4.01, 32 bit and 64 bit versions.
- Audit Tool - Computer audit tool to gather vital hardware, Windows, and Office information for IT managers and field techs. Capabilities include creating a customized siteagent.
- CSV Viewer - Displays CSV files with automatic column sizing and font selection. Lines can also be copied to the clipboard for data extraction.
#5
Posted 04 May 2012 - 07:09 AM
Have you read comparisons like this one?
I don't know where I'm going, but I'm on my way.
#6
#7
Posted 04 May 2012 - 11:36 AM
Sounds like you have more problems than just IDE. Don't blame the IDE if it doesn't allow you to become an awesome programmer overnight.
Edited by Manadar, 04 May 2012 - 11:41 AM.
- Xandy likes this
#8
Posted 04 May 2012 - 03:24 PM
It looks nice google it if u want.
Also i like very much PsPad...
#9
Posted 05 May 2012 - 03:13 AM
Eclipse also seems nice, and much leaner than NetBeans.
Sublime - WOW. Not sure how much syntax help is can give but really slick - the highlighting is great!!!
I'll try the other ones tomorrow and hopefully one will stick out. Thanks again for the great suggestions!
Ian
- IP Scanner - Multi-threaded ping tool to scan your available networks for used and available IP addresses, shows ping times, resolves IPs in to host names, and allows individual IPs to be pinged.
- INFSniff - Great technicians tool - a tool which scans DriverPacks archives for INF files and parses out the HWIDs to a database file, and rapidly scans the local machine's HWIDs, searches the database for matches, and installs them.
- PPK3 (Persistent Process Killer V3) - Another for the techs - suppress running processes that you need to keep away, helpful when fighting spyware/viruses.
- Sync Tool - Folder sync tool with lots of real time information and several checking methods.
- USMT Front End - Front End for Microsoft's User State Migration Tool, including all files needed for USMT 3.01 and 4.01, 32 bit and 64 bit versions.
- Audit Tool - Computer audit tool to gather vital hardware, Windows, and Office information for IT managers and field techs. Capabilities include creating a customized siteagent.
- CSV Viewer - Displays CSV files with automatic column sizing and font selection. Lines can also be copied to the clipboard for data extraction.
#10
Posted 05 May 2012 - 08:09 AM
- Small Minds.......................................................................................................Simple progress bar that changes direction at either sides.
- ChristmasIt AutoIt Christmas Theme..........................................................I WAS BOOOORED!
- DriveToy..............................................................................................................Simple joke script. Trick your friends into thinking their computer drive is haywire!
- Your Background Task Organiser
- AInstall Second Generation
%programfiles%/AutoIt3/autoit3.chm
#11
Posted 06 July 2012 - 03:26 PM
My suggestion is phpDesigner. I use it when I get stuck on some error with PHP. It includes a built-in web server and PHP debugger. It will sometimes throw an error/exception at you - but it isn't because phpDesigner has a problem/bug - but because the debugger sometimes barfs and that is the error you see. A very nice piece of software altogether.
There is also rapidPHP but it costs a lot more than phpDesigner. You can Google both of them. :-)
#12
Posted 08 July 2012 - 04:20 PM
Not an IDE as such, but Sublime Text 2 is well worth the investment.
I like the look of that. The list to string feature I have already. I created it a while ago, quite by accident (honestly!). It wasn't what I was trying to do at the time. Most of the stuff I create is by accident.
#14
Posted 09 July 2012 - 05:34 PM
#15
Posted 20 August 2012 - 08:40 PM
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users




