Working with PHP Namespacing
As a primarily WordPress developer, all the code I wrote for my plugins was following old standards WordPress used (and for the most part, it still does), and that is working without namespacing of the PHP code.
As a primarily WordPress developer, all the code I wrote for my plugins was following old standards WordPress used (and for the most part, it still does), and that is working without namespacing of the PHP code.
For years, I used the NetBeans for all my WordPress related development, but due to the various issues, I gave up on NetBeans earlier this year. Since March I have been using PHPStorm, and after a few months, I can say that PHPStorm will remain my main IDE for PHP/WordPress development for the foreseeable future.
Welcome to my new blog! For the past 10 years, I posted a lot on my main website Dev4Press.com, and it was all related to WordPress development or my Dev4Press plugins for WordPress and bbPress. Now, I want to write about some other things, still, mostly development related, and other things that I feel don’t … Read more