Use Smarty truncate function inside PHP (instead of substr)

Working with the PHP substr() function is horrible, so if you have Smarty available you can use the truncate function inside your php files.

smarty_modifier_truncate($string, $length = 80, $etc = '...',
$break_words = false, $middle = false)

For Example:

smarty_modifier_truncate($oStartKategorie->cBeschreibung, 200)

 

    Schreibe einen Kommentar

    Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert


    Der Zeitraum für die reCAPTCHA-Überprüfung ist abgelaufen. Bitte laden Sie die Seite neu.