📜 ⬆️ ⬇️

Development theme

What I use when developing PHP scripts and how I use it.



1. FAR + plugins editor: colorer5, Regualar Search & Replace, Autocomplete
This is my habit from the time of the “Volkov”: a blue screen, monoscript fonts and a bunch of customized macros. Now it would be possible to use Eclipse, but somehow it is a bummer and it is very cumbersome.

2. Console. Even two. Without this, no way. What does not matter, it is Windows or Linux. For Windows, there is a port of basic commands.
The first window went to quickly start-restart all sorts of demons and cron-scripts.
The second window is a log. The command `tail -f error.log -f php_error.log` FOREVER !
')
3. XDebug bolted to pkhp. At the end of debugging I turn on the profiler + KCacheGrid | WinCacheGrid. error_reporting = E_ALL | E_STRICT | E_NOTICE;

4. La music is some nice. (important point, by the way!)

5. turn off or in stealth mode icq and skype.

6. Coffee, cookies, oranges, and so forth. Chavchik in large quantities.

7. I have my own framework for my projects. I also advise you to use Symphony or ZendFramework .

Source: https://habr.com/ru/post/19576/


All Articles