Sat Feb 26, 2011 9:51 am |
Replies: 1 |
Views: 454 |
|
|
top features:
+ language injection ( you can add different languages inside php strings and they have validation, autocomplete )
+ refactoring
+ zen-coding
+ shortcuts for (goto file, class, ...
|
Thu Jan 06, 2011 10:56 pm |
Replies: 31 |
Views: 19563 |
|
|
having to deal with more that 10 files at a time for a task means that the project is not well organized or you just open files u don't really need just to keep track of them... you are doing it wrong ...
|
Thu Jan 06, 2011 10:50 pm |
Replies: 5 |
Views: 4134 |
|
|
64 bit gives u access to more than 4 G of memory... if u have scripts that require that kind of memory you are doing it wrong.
Only a cli-php should be used for this kind of tasks and usually is be ...
|
Tue Jan 04, 2011 9:01 pm |
Replies: 9 |
Views: 4230 |
|
|
+1
|
Tue Jan 04, 2011 8:59 pm |
Replies: 20 |
Views: 9949 |
|
|
+1
and themes too
|
Tue Jan 04, 2011 8:57 pm |
Replies: 12 |
Views: 22606 |
|
|
yeah and we should be able to save/load themes and the entire settings.
When move to another computer I have to spend time changing the settings according to my style.
|
Tue Jan 04, 2011 8:51 pm |
Replies: 0 |
Views: 2835 |
|
|
a lot of coders use heredoc for adding large amounts of code to a buffer.
it can be an SQL Query, HTML, JS, CSS and insert php variables without having to escape the string or toggle the php tag.
...
|