Skip to content

Commit 6f5e794

Browse files
sammyskillskenjis
andauthored
Update user_guide_src/source/outgoing/view_parser.rst
Co-authored-by: kenjis <kenji.uui@gmail.com>
1 parent c8b932b commit 6f5e794

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

user_guide_src/source/outgoing/view_parser.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,8 +435,7 @@ PHP Native functions as Filters
435435
-------------------------------
436436

437437
You can use native php function as filters by editing **app/Config/View.php** and adding new entries to the
438-
``$filters`` array. Each key is the name which the native PHP function is called by in the view, and its value is any valid native PHP
439-
function prefixed with ``\``:
438+
``$filters`` array. Each key is the name which the PHP function is called by in the view, and its value is any valid PHP function:
440439

441440
.. literalinclude:: view_parser/013.php
442441

0 commit comments

Comments
 (0)