Download the PHP package imponeer/smarty-xo without Composer
On this page you can find all versions of the php package imponeer/smarty-xo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download imponeer/smarty-xo
More information about imponeer/smarty-xo
Files in imponeer/smarty-xo
Package smarty-xo
Short Description Smarty template engine plugins collections based on ideas for plugins from XOOPS
License MIT
Informations about the package smarty-xo
Smarty XO
Rewritten (due licensing issues) collection Smarty plugins that where originally written for Xoops but now can be used everywhere.
Installation
To install and use this package, we recommend to use Composer:
Otherwise, you need to include manually files from src/
directory.
Registering in Smarty
If you want to use these extensions from this package in your project you need register them with registerPlugin
function from Smarty. For example:
Inspirations list
This list can be useful for comparing current plugins code with original version to see differences and find some useful data how to use these plugins.
XO Smarty plugin | Original Plugin (from Xoops) |
---|---|
\Imponeer\Smarty\Extensions\XO\XOPageNavFunction | smarty_function_xoPageNav |
\Imponeer\Smarty\Extensions\XO\XOAppUrlCompiler | smarty_compiler_xoAppUrl |
\Imponeer\Smarty\Extensions\XO\XOImgUrlCompiler | smarty_compiler_xoImgUrl |
\Imponeer\Smarty\Extensions\XO\XOInboxCountFunction | smarty_function_xoInboxCount |
How to contribute?
If you want to add some functionality or fix bugs, you can fork, change and create pull request. If you not sure how this works, try interactive GitHub tutorial.
If you found any bug or have some questions, use issues tab and write there your questions.