Hello, everyone, my question is not strictly CakePHP related but
rather more general PHP question.
Although, since I'm developing with CakePHP maybe there are
conventions how to solve the problem...
I want to have an option to dynamically include "plugins" or CakePHP
elements after a "token" has been identified in the text. For example,
my blog entry holds following string: {plugin_name}, What I want it to
do is to trigger a plugin and insert its result instead of the token.
This can be found in many CMSs so I was hoping to someone has idea how
to solve this...Is it the right way to do preg_match whole db entry in order to achieve this? what about beforeRender() ? Thanks, Luka Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
