run the plugin at the end of the parser |
Hi All.
I have a suggestion Since the plugin is executed before the loop over the data variable, we cannot use variables in the plugin the following script will cause a parse error. {+ foo bar={bash} +} To work around this parsePlugins is executed after the loop over the data variable PHP Code: /**
I didn't have this issue, but maybe better option would be to made two types of plugins, one that are parsed as they are now, and second that works as you suggested. Distinction between them could be made as folder category or plugin naming convention
Thread about my project that is using CodeIgniter:
(02-03-2022, 09:57 AM)Acuru Wrote: I didn't have this issue, but maybe better option would be to made two types of plugins, one that are parsed as they are now, and second that works as you suggested. Distinction between them could be made as folder category or plugin naming conventionMy suggestion is based on this thread https://forum.codeigniter.com/thread-799...ht=plugins |
Welcome Guest, Not a member yet? Register Sign In |