What is Smarty?
Why use it?
Use Cases and Work Flow
Syntax Comparison
Template Inheritance
Best Practices
Crash Course
You may use the Smarty logo according to the trademark notice.
For sponsorship, advertising, news or other inquiries, contact us at:
register_object() — テンプレート内で使用するオブジェクトを登録します。
void register_object(string object_name,
object object,
array allowed_methods_properties,
boolean format,
array block_methods);
詳細は、 オブジェクト の項を参照して下さい。
get_registered_object()
および
unregister_object()
も参照してください。