dc wrote:

>I was curious if there was any custom tag support like jsp or cold fusion in
>php (or outside libraries). I'm looking at trying to make re-usuable
>components and want to use something more than including simple classes or
>function calls.
>
>Thanks for your time,
>
If you know C, then yes.  You can write your own C libraries to be 
compiled in to PHP to give
you new 'built in' functions.  Personally, I'm not good enough with C to 
do that, and am not sure that you'd
get enough of a speed boost to justify it.  Probably in some cases you 
would, but is that the reason (speed?)
you're asking?

I wonder how many CF people will be writing custom tags still now that 
CF5 finally allows user-defined functions.;

Michael Kimsal
http://www.tapinternet.com/php/
PHP Training Courses
734-480-9961



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to