Jump to content

Custom Tags in PHP


mahender

Recommended Posts

Hello,

 

I need some help regarding custom tags in a PHP project .

I'm using GroupOffice 2.x Framework!

 

example tag: <doc filename='somefilename' />

say, purpose of this tag is to replace the tag with the specified file content

 

to achieve this kind of functionality .... what should I do?

 

Thanks in advance!

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

There's no such thing as "build in" custom PHP tags. Either you confused with ASP, or this is a feature of this "GroupOffice" you speak of, in which case you should try to find somebody with knowledge of that software.

 

Yes, I know that there are no build in custom tags in PHP. I agree with you.

 

say, I want to implement such kind of thing in PHP. (Example : Smarty, other template Engines does the same thing, may be they do use of { } or other characters)

 

if at all I want to do that what is the road-map to achieve it.

Suggest me.

 

Thanks

Mahender

Link to comment
https://forums.phpfreaks.com/topic/138167-custom-tags-in-php/#findComment-723055
Share on other sites

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.