mahender Posted December 23, 2008 Share Posted December 23, 2008 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! Quote Link to comment https://forums.phpfreaks.com/topic/138167-custom-tags-in-php/ Share on other sites More sharing options...
448191 Posted December 24, 2008 Share Posted December 24, 2008 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. Quote Link to comment https://forums.phpfreaks.com/topic/138167-custom-tags-in-php/#findComment-723001 Share on other sites More sharing options...
mahender Posted December 24, 2008 Author Share Posted December 24, 2008 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 Quote Link to comment https://forums.phpfreaks.com/topic/138167-custom-tags-in-php/#findComment-723055 Share on other sites More sharing options...
448191 Posted December 24, 2008 Share Posted December 24, 2008 It's just basic string parsing. You can get help with that if you need it, but then this belongs in PHP Help, not App Design. Quote Link to comment https://forums.phpfreaks.com/topic/138167-custom-tags-in-php/#findComment-723058 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.