mvccore / ext-view-helper-truncate
MvcCore - Extension - View - Helper - Truncate - truncate plain text or text with html tags to max. chars.
v5.3.0
2024-11-21 15:01 UTC
Requires
- php: >=5.4.0
- mvccore/ext-view-helper: ^5.3
- mvccore/mvccore: ^5.3
This package is auto-updated.
Last update: 2024-11-21 16:01:09 UTC
README
Truncate plain text or text with html tags by given max. characters number and add three dots at the end.
Installation
composer require mvccore/ext-view-helper-truncate
Example
<b><?php echo $this->Truncate('Lorem ipsum dolor sit amet, consectetur adipiscing elit.', 27); ?></b>
<b>Lorem ipsum dolor sit amet...</b>