Jump to content

Achieving custom tags in PHP


farban6

Recommended Posts

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. :)

 

 

Link to comment
https://forums.phpfreaks.com/topic/238700-achieving-custom-tags-in-php/
Share on other sites

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.