[PHP] yet another php templating question

2005-05-10 Thread Ryan A
Hey,
Since we are caught up in the templating season, I think its time for this
one;

We have just finished designing the software blueprint for a new PHP
product,
we usually used the include() method :-) to template U/I's for the
clients but
this one seems a bit bigger...
I really like Smarty we and use it for our templating needs, but it just
seems a bit
too much to bundle Smarty  with our software to the end user/client (esp
since
Smarty would be many times bigger than our scripts)

I have searched google and the classes site to find templating solutions,
fast template looks good but from the forums i have seen its not extremly
dependableany suggestions?

Links to would be appreciated, I have no plans of writing a new templating
system
just for this.

Thanks,
Ryan



-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.11.7 - Release Date: 5/9/2005

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] yet another php templating question

2005-05-10 Thread Tom Rogers
Hi Ryan,

Tuesday, May 10, 2005, 11:48:39 PM, you wrote:
RA Hey,
RA Since we are caught up in the templating season, I think its time for this
RA one;

RA We have just finished designing the software blueprint for a new PHP
RA product,
RA we usually used the include() method :-) to template U/I's for the
RA clients but
RA this one seems a bit bigger...
RA I really like Smarty we and use it for our templating needs, but it just
RA seems a bit
RA too much to bundle Smarty  with our software to the end user/client (esp
RA since
RA Smarty would be many times bigger than our scripts)

RA I have searched google and the classes site to find templating solutions,
RA fast template looks good but from the forums i have seen its not extremly
RA dependableany suggestions?

RA Links to would be appreciated, I have no plans of writing a new templating
RA system
RA just for this.

RA Thanks,
RA Ryan

You are quite welcome to have a look at my template processor, there
is the start of some documentation at http://kwiktemplates.com/

The actual code is very small and it runs pretty quick, so no need to
cache anything for most sites. I have been using it now for a couple
of years and it hasn't let me down :)

-- 
regards,
Tom

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] yet another php templating question

2005-05-10 Thread Ryan A
Hey,


 You are quite welcome to have a look at my template processor, there
 is the start of some documentation at http://kwiktemplates.com/

Thanks Tom, will have a look at it, very gererious of you.

Cheers,
Ryan


-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.11.8 - Release Date: 5/10/2005

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php