We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8b932b commit 6f5e794Copy full SHA for 6f5e794
user_guide_src/source/outgoing/view_parser.rst
@@ -435,8 +435,7 @@ PHP Native functions as Filters
435
-------------------------------
436
437
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 ``\``:
+``$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:
440
441
.. literalinclude:: view_parser/013.php
442
0 commit comments