Re: [PHP] ecTemplate

2001-09-24 Thread Jeroen Olthof

I can't really anwser that question since I have never used that template
system, I have writen this one to meet my exact needs and it is turned out
to work really good. If you got any experience with the PHPLIB's template
system, I really curious what you would think of it so I can get deserving
response ???

"Joao Prado Maia" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...

On Mon, 24 Sep 2001, Jeroen Olthof wrote:

> look here for a live excample
> http://www.millipede.nl/ectemplate
>

And how is ecTemplate different from PHPLIB's Template system ? It looks
like the same thing to me..

Joao

--
João Prado Maia <[EMAIL PROTECTED]>
http://phpbrasil.com - php com um jeitinho brasileiro
--
Precisando de consultoria em desenvolvimento para a Internet ?
Impleo.net - http://impleo.net/?lang=br




-- 
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]




Re: [PHP] ecTemplate

2001-09-24 Thread Joao Prado Maia


On Mon, 24 Sep 2001, Jeroen Olthof wrote:

> look here for a live excample
> http://www.millipede.nl/ectemplate
>

And how is ecTemplate different from PHPLIB's Template system ? It looks
like the same thing to me..

Joao

--
João Prado Maia <[EMAIL PROTECTED]>
http://phpbrasil.com - php com um jeitinho brasileiro
--
Precisando de consultoria em desenvolvimento para a Internet ?
Impleo.net - http://impleo.net/?lang=br


--
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]




[PHP] ecTemplate

2001-09-24 Thread Jeroen Olthof

hi, I would like te announce a really good html template parser class.

How it works.

Normally your HTML and PHP codes are mixed and therefor you are not able to
use tools like dreamweaver anymore. Well with ecTemplate you can define to
types of tags that you can put inside your html file.
for example

variable style
{aName}

loop style



so your html file can look like this



{title}




{var_1}{var_2}





the ecTemplate class is going to parse the html file and replaces the code
special tags with te result of your php code.

Just try it out and you will see it works really handy

look here for a live excample
http://www.millipede.nl/ectemplate

greetings
Jeroen Olthof



-- 
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]




[PHP] ecTemplate !!!

2001-09-12 Thread Jeroen Olthof

try it out

and let me know what u think of it please ?!

http://www.millipede.nl/ectemplate

kind regards
Jeroen Olthof



-- 
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]