Posted by Cipher on May 17th, 2010 in Programming Languages and php ·
It’s wideley known that PHP supports both ‘ (single quote) and ” (double qoute) for string delimiting.
It’s also widely known that PHP evaluates the DQ (Double Quote) Strings and replaces variables with their actual value…
Posted by Cipher on September 30th, 2008 in Uncategorized and php ·
I’ve read several websites which claim that string concatenation is outperformed by array joining in PHP. I know from firsthand that this certainly is a fact in ASP. And it’s considered a ‘best practice’ in Javascript and probably several other languages. But PHP has always been a bit different on some parts, so I decided to test this and came to some interesting conclusions.
Posted by Cipher on July 28th, 2008 in notepad++ and php ·
Jens Lorenz’ function list plugin is a very handy tool!
After installation, there are a few things you need to customize…
Posted by Cipher on July 11th, 2008 in HTML and php ·
Notepad++ released 5.0 some time ago, and recently a rebuffed version. It’s looking good!
I have some small adjustments for myself and maybe for you.
[ctrl]+[enter] now opens the function suggest by default which was the QuickText Replacer…
Posted by Cipher on May 26th, 2008 in php ·
After reading up on SkyLined’s post I thought it might be nice to try some in PHP…
Posted by Cipher on April 16th, 2008 in php ·
For my coding I use Notepad++. I really like the personal settings and features of this editor. However, it somewhat lacks in code support…