Quantcast
Channel: THOMAS.DEULING.ORG » PHP 5.3
Browsing latest articles
Browse All 5 View Live

Image may be NSFW.
Clik here to view.

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 Article


Image may be NSFW.
Clik here to view.

How 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 Article


Image may be NSFW.
Clik here to view.

Generate 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 Article

Image may be NSFW.
Clik here to view.

Creating 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 Article

Image may be NSFW.
Clik here to view.

Flow3, 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

Browsing latest articles
Browse All 5 View Live