Download the PHP package atk14/vlnka without Composer
On this page you can find all versions of the php package atk14/vlnka. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor atk14
Package vlnka
Short Description Replaces regular space with a non-breaking space in places where line break should not occur as per Czech language spec
License MIT
Homepage https://github.com/atk14/Vlnka
Package vlnka
Short Description Replaces regular space with a non-breaking space in places where line break should not occur as per Czech language spec
License MIT
Homepage https://github.com/atk14/Vlnka
Please rate this library. Is it a good library?
Informations about the package vlnka
Vlnka
Replaces regular space with a non-breaking space in places where line break should not occur as per Czech language spec.
Actually Vlnka provides a Smarty block helper and modifier for usage in an application which uses Smarty as the template engine.
In an ATK14 application Vlnka takes effect only when Czech or Slovak language is used.
Basic usage
In a template:
{* block helper usage *}
{vlnka}
<p>
Here is the text in which all the regular spaces will be replaced with non-breaking spaces.
</p>
<p>
Zde je text, ve kterém budou na všech potřebných místech nahrazeny normální mezery mezerami nedělitelnými.
</p>
<p title="titulek v HTML tagu zůstane zachován beze změny">
Vlnka doesn't change content of HTML tags.
</p>
{/vlnka}
{* modifier usage *}
{$text|vlnka}
Installation
Just use the Composer:
cd path/to/your/atk14/project/
composer require atk14/vlnka
License
Vlnka is free software distributed under the terms of the MIT license
All versions of vlnka with dependencies
PHP Build Version
Package Version
The package atk14/vlnka contains the following files
Loading the files please wait ....