Jump to content

Isn't There a suiteable PHP editor : FREEEEEE


aigdonia

Recommended Posts

If you are just looking for a text editor, try ConTEXT at context.cx. It includes syntax highlighting for PHP and several features that help make programming quicker, like code templates. On the ConTEXT forums there is a pre-made PHP code template file available for download here:http://forum.context.cx/index.php?topic=1526.0With that file, you can open a PHP file and type in something like "for", and press CTRL-J, and it will type this for you:

for($i=0;$i<;$i++){}

And include a description of what a for loop is. Code templates make writing common code structures quick, and you can make your own.If you are looking for an IDE, like Visual Studio, then look into Zend Studio. But it's not free.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...