Smarty.class.php 1

Element Line Description
\SMARTY_RESOURCE_CHAR_SET 66 in favor of Smarty::$_CHARSET
\SMARTY_RESOURCE_DATE_FORMAT 72 in favor of Smarty::$_DATE_FORMAT
\Smarty::enableSecurity() 1016 Passing a class name is deprecated.
\Smarty::getTags() 1583 This method has never been fully supported.
\Smarty::muteExpectedErrors() 1675 Brainy will not support misbehaving code.
\Smarty::unmuteExpectedErrors() 1691 Brainy will not support misbehaving code.
\Smarty::use_include_path 355 This can cause incompatibility issues between environments and generally causes confusion. It is a source of problems.
\Smarty::security_class 585 This will be removed to eliminate magic.

sysplugins/smarty_internal_utility.php 1

Element Line Description
\Smarty_Internal_Utility::getTags() 275 This method has never been fully supported.

sysplugins/smarty_internal_resource_registered.php 1

Element Line Description
\Smarty_Internal_Resource_Registered 20

sysplugins/smarty_internal_templatebase.php 2

Element Line Description
\Smarty_Internal_TemplateBase::isCached() 281 This method is a source of confusion, as it is based on the in-memory template.
\Smarty_Internal_TemplateBase::isCached() 281 Caching in Brainy should be transparent. There should be no logic around it.

sysplugins/smarty_security.php 1

Element Line Description
\Smarty_Security::allow_super_globals 110 This will be disallowed in the future.

sysplugins/smarty_internal_data.php 2

Element Line Description
\Smarty_Internal_Data::assignByRef() 104 Limited usefulness in PHP5
\Smarty_Internal_Data::assignByRef() 104 In cases where appendByRef is useful, its use discourages proper separation of presentation from application logic.
\Smarty_Internal_Data::appendByRef() 192 Limited usefulness in PHP5
\Smarty_Internal_Data::appendByRef() 192 In cases where assignByRef is useful, its use discourages proper separation of presentation from application logic.

SmartyBC.class.php 1

Element Line Description
\SmartyBC::is_cached() 314