From 59f042652eb19db118ae5009c0e4a8dbf154b420 Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Wed, 26 Feb 2014 19:04:36 +0200 Subject: Deprecate HTML helpers nbs(), br() --- user_guide_src/source/installation/upgrade_300.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'user_guide_src/source/installation/upgrade_300.rst') diff --git a/user_guide_src/source/installation/upgrade_300.rst b/user_guide_src/source/installation/upgrade_300.rst index 59df7c303..6915fafe2 100644 --- a/user_guide_src/source/installation/upgrade_300.rst +++ b/user_guide_src/source/installation/upgrade_300.rst @@ -450,6 +450,18 @@ its usage: .. note:: This function is still available, but you're strongly encouraged to remove its usage sooner rather than later as it is scheduled for removal in CodeIgniter 3.1+. +HTML helpers nbs(), br() +======================== + +:doc:`HTML Helper <../helpers/html_helper>` functions ``nbs()`` and ``br()`` are just aliases +for the native ``str_repeat()`` function used with `` `` and ``
`` respectively. + +Because there's no point in just aliasing native PHP functions, they are now deprecated and +scheduled for removal in CodeIgniter 3.1+. + +.. note:: These functions are still available, but you're strongly encouraged to remove their usage + sooner rather than later. + Pagination library 'anchor_class' setting ========================================= -- cgit v1.2.3-24-g4f1b