プラグインや決済モジュールの Smarty テンプレートで利用している PHP 関数
Open
- Dominant language
- PHP
- Stars
- 92
- Forks
- 97
- Avg merge
- 4d 2h
- Merged PRs (30d)
- 9
Description
refs #876
refs https://github.com/EC-CUBE/ec-cube2/issues/684
Smarty5 から Smarty テンプレートで PHP 関数を利用する場合、`Smarty::registerPlugin()` を使用して、 modifier の登録が必須となります。
https://smarty-php.github.io/smarty/stable/upgrading/#using-native-php-functions-or-userland-functions-in-your-templates
EC-CUBE本体で使用している PHP 関数は以下にて登録済みですが、互換性維持のため、プラグインや決済モジュールの Smarty テンプレートで利用している PHP 関数があればコメントにてお知らせください
https://github.com/EC-CUBE/ec-cube2/blob/13a6dacb0693500f413cc164413516f99c328766/data/class/SC_View.php#L61-L65
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.