Skip to content

Instantly share code, notes, and snippets.

@andreasisaak
Forked from tim-bec/gist:5711780
Last active December 18, 2015 02:39
Show Gist options
  • Save andreasisaak/5712103 to your computer and use it in GitHub Desktop.
Save andreasisaak/5712103 to your computer and use it in GitHub Desktop.
<?php
#Vorbereiten
$longtext = MetaModelFactory::byTableName('mm_projects')->findById($arrItem['raw']['project']['id'])->get('introduction');
# Longtext an string übergeben
echo String::getInstance()->substr($longtext['value'], 120);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment