25.04.2012 in TYPO3, SOLR und PHP
Nachdem es für ein aktuelles Projekt bei punkt.de mal wieder anstand, solr für TYPO3 zu installieren, wollte ich in diesem Blog-Post mal eine kleine (deutsche) Anleitung für eben diese Arbeit geben.
Beschrieben wird die Installation des solr Servers und der solr Extension von DKD.
» weiter...
29.03.2012 in PHP
ext_autoload.php requires class names to be lower case which sometimes makes it ugly to copy and paste missing file names into it. Here is a little hack on how to prevent this.
» weiter...
21.03.2012 in Extbase Cookbook, PHP und TYPO3
In diesem Tutorial wird gezeigt, wie man pt_extlist als API in Extbase Projekten verwenden kann und was es mit dem extlist-Kontext auf sich hat. Wer häufig sortierbar, filterbare Liste mit Pager implementieren muss, der kann sich die Arbeit hiermit etwas erleichtern.
» weiter...
30.01.2012 in PHP
Since there is no OO version of a stack data structure shipping with PHP Joachim and me implemented our own class some months ago during our trip to TYPO3 conference in San Francisco. Here's the code - we hope, you like it.
» weiter...
29.01.2012 in PHP
Nachdem ich nun mehrere Stunden damit verbracht habe, Remote Debugging mit PHPStorm und XDebug zum Laufen zu kriegen möchte ich hier aufschreiben, was ich alles gelernt und gemacht habe... da es bereits zahlreiche Blog-Posts zu diesem Thema auf Englisch gibt, bin ich mal faul genug und schreibe auf Deutsch.
» weiter...
29.01.2012 in PHP, TYPO3 und Extbase Cookbook
This article covers an implementation of nested sets with PHP. A goal of my development is to provide a nested set / category extension for TYPO3 so I'll try to show how one can implement nested set-based categories with Extbase.
» weiter...
29.01.2012 in Informatik und PHP
For a current project, I have to implement a category tree with arbitrary nesting level stored in a relational database. Nested sets is one way to do this if you have many read requests and only few write requests. This article tries to give you the required theoretical background.
» weiter...