Treptow-Köpenick
246.986 Einwohner (Quelle: Statistisches Landesamt, Stand November 2012)
Die Ortsteile:
$cat = OOCategory::getCategoryById($this->getValue(category_id)); $cats = $cat->getChildren(); echo '- ';
if (is_array($cats)) {
foreach ($cats as $cat) {
$catId = $cat->getId();
$catName = $cat->getName();
echo '
- '.$catName.' '; } } echo '