From: Alex B. <en...@tu...> - 2001-09-22 20:05:18
|
> Hello Alex, > > On 21-Sep-01 20:30:00, you wrote: > >> what does everyone think about being able to create 'handler classes' for >> custom tags which will be interpreted by the system at make-time? > >> I'm thinking of people who will want to create strange variants of the lang >> keyer, or add some other special set of logic that would be convenient to >> store in a tag. > > Isn't this what MetaL does: assign tags a function that is implemented by > component that translates that into data or code that is generated at make > time? Not really, because you're actually building logic with MetaL, whereas we're just doing string replacement that's supported by logic that figures out what to replace with. I.e. we have a tag for putting the correct language version of a string based on the current language code, or putting in a bunch of code for a static module call from page, etc. I need to spend a little time with MetaL to get more comfortable with it, but I don't think what we're doing crosses. best, _alex > Regards, > Manuel Lemos > > Web Programming Components using PHP Classes. > Look at: http://phpclasses.UpperDesign.com/?user=ml...@ac... > -- > E-mail: ml...@ac... > URL: http://www.mlemos.e-na.net/ > PGP key: http://www.mlemos.e-na.net/ManuelLemos.pgp > -- > > > _______________________________________________ > binarycloud-dev mailing list > bin...@li... > https://lists.sourceforge.net/lists/listinfo/binarycloud-dev > |