farban6 Posted June 7, 2011 Share Posted June 7, 2011 A quick question, this may sound extreamly dumb Frameworks like MODX and Joomla have their own custom tags for exampe MODX has chunks with the syntax looking like this {{ }} ,more examples here http://rtfm.modx.com/display/revolution20/Tag+Syntax My question is, if I am developing my own Framework how can I go about achiving custom tags like frameworks such as MODX which will let me manipulate the code in different ways? Is there any resources to read on or advice? Sorry if this is on the wrong board, I wasnt sure to post this on either the framework or this board. Quote Link to comment https://forums.phpfreaks.com/topic/238700-achieving-custom-tags-in-php/ Share on other sites More sharing options...
AbraCadaver Posted June 7, 2011 Share Posted June 7, 2011 Most simplistic it would just be a str_replace(). There are lots of templating engines out there. Smarty is popular but very large and sophisticated. There are some other smaller ones: http://lmgtfy.com/?q=php+template+engine Quote Link to comment https://forums.phpfreaks.com/topic/238700-achieving-custom-tags-in-php/#findComment-1226608 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.