Best practice for using the PHP 5.3 Ternary operator
The Ternary Operator is very useful for short expressions. I use it as sample very often to check GET or POST Variables, and give them in empty-cases a default-value. Instead of making an examination...
View ArticleHow to use Namespaces and Sub-Namespaces with PHP 5.3
If you want to implement a huge project, it will be better when you encapsulate your modules and classes into several Namespaces and Sub-Namespaces. But why should you use namespaces? Namespaces are...
View ArticleGenerate function completion / autocompleter for Aptana Studio 3 PHP Projects
If you develop large Projects, it is really helpful to get all the available functions over an autocompleter, because you didn’t have to look each function-name and his parameters. The realization...
View ArticleCreating an AJAX OpenLaszlo Preloader for SWF Files
Since the SWF9 runtime in OpenLaszlo, the internal splashscreen isn’t anymore available. So if you need some preloader animation with a progressbar, you must implement an ajax-loader. You also have the...
View ArticleFlow3, the new Framework that is also used for developing Typo3 5
Wow, that’s nice .. Just now I watched a video introduction to Flow3, and I must say I really like it. Absolute new technology, methodologies and programming paradigms. Everything is completely...
View Article