On Tue, 2006-07-04 at 18:54 -0300, Manuel Lemos wrote:
> The truth is that good PHP developers are often not good Web (page)
> designers, and good Web designers are not good developers.
Yes, I agree with this completely! I am a relatively decent developer,
but ask me to design an interface and y
Hello,
on 07/03/2006 05:22 PM Jay Paulson said the following:
I'd like to get some feedback on what the list thinks is a good template
engine other than smarty.
I'd also like to do some quick prototyping using a PHP framework does
anyone
have any recommendations for
Hello,
on 07/03/2006 03:38 AM Lester Caine said the following:
>>> I'd like to get some feedback on what the list thinks is a good template
>>> engine other than smarty.
>>>
>>> I'd also like to do some quick prototyping using a PHP framework does
>>> anyone
>>> have any recommendations for one th
Jay Paulson wrote:
Thinking about this paragraph above makes me wonder if with that way of
looking at it would one need a template engine? For example, why not just
separate the business logic and the HTML as much as possible and then only
imbed PHP in HTML to display the variables ()?? Then at
>>> I'd like to get some feedback on what the list thinks is a good template
>>> engine other than smarty.
>>>
>>> I'd also like to do some quick prototyping using a PHP framework does anyone
>>> have any recommendations for one that is easy to pick up and run with?
>>>
>>> Finally, does anyone h
Robert Cummings wrote:
On Mon, 2006-07-03 at 08:37, Jens Kleikamp wrote:
Jay Paulson wrote:
I'd like to get some feedback on what the list thinks is a good template
engine other than smarty.
I like ezTemplate. (E_STRICT)
YOU DO?? I hope it's changed then from the one used on a site I'm now
On Mon, 2006-07-03 at 08:37, Jens Kleikamp wrote:
> Jay Paulson wrote:
> > I'd like to get some feedback on what the list thinks is a good template
> > engine other than smarty.
> >
>
> I like ezTemplate. (E_STRICT)
YOU DO?? I hope it's changed then from the one used on a site I'm now
maintainin
Jay Paulson wrote:
I'd like to get some feedback on what the list thinks is a good template
engine other than smarty.
I like ezTemplate. (E_STRICT)
I'd also like to do some quick prototyping using a PHP framework does anyone
have any recommendations for one that is easy to pick up and run wi
Kevin Waterson wrote:
This one time, at band camp, Lester Caine <[EMAIL PROTECTED]> wrote:
PDO is being pushed as a DB Abstraction library, but it only 'abstracts'
the calls to PHP, it does nothing to abstract the SQL if you want a
truly generic solution, if you need one, but if you don't the
This one time, at band camp, Lester Caine <[EMAIL PROTECTED]> wrote:
> PDO is being pushed as a DB Abstraction library, but it only 'abstracts'
> the calls to PHP, it does nothing to abstract the SQL if you want a
> truly generic solution, if you need one, but if you don't then why
> bother w
Manuel Lemos wrote:
on 06/30/2006 11:38 AM Jay Paulson said the following:
I'd like to get some feedback on what the list thinks is a good template
engine other than smarty.
I'd also like to do some quick prototyping using a PHP framework does anyone
have any recommendations for one that is e
Hello,
on 06/30/2006 11:38 AM Jay Paulson said the following:
> I'd like to get some feedback on what the list thinks is a good template
> engine other than smarty.
>
> I'd also like to do some quick prototyping using a PHP framework does anyone
> have any recommendations for one that is easy to
The template system I use is extremely simple.
Template.php:
Items = array();
$this->_document = $document;
}
function Render()
{
echo $this->ToString();
}
function ToString()
{
$template = $this->Ite
Hello,
Here is a shema to explain Template Engines:
http://www.tinybutstrong.com/index.php?page=template
Some developers complain about Template Engines because they are too complex
or because they are a kind of new language over PHP. The one you will found
on the URL above is expected to be di
"Pedro Pais" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I've coded in PHP for a while, but I had to leave it for some time. Now
> I'm back, and I'd like to know what's currently being used to separate
> content from presentation, besides Smarty (that seems to be Google's top
> ch
Hi Pedro,
try http://www.phpsavant.com
Regards,
Greg
Pedro Pais wrote:
Hi!
I've coded in PHP for a while, but I had to leave it for some time. Now
I'm back, and I'd like to know what's currently being used to separate
content from presentation, besides Smarty (that seems to be Google's top
c
Have u looked at smarty.php.net ??
It sounds like your reinventing the wheel
Pete
Donatas wrote:
Does anyone know any other way used in template engines for loops but
creating array first and passing it to template class?
This is rather annoying and it makes work slower and code harder to read.
http://www.mif.vu.lt/~doma2988/tpl/
From: Donatas [mailto:[EMAIL PROTECTED]
Sent: Monday, July 14, 2003 7:38 PM
To: '[EMAIL PROTECTED]'
Does anyone know any other way used in template engines for loops but
creating array first and passing it to template c
"Darren Young" <[EMAIL PROTECTED]> wrote in message
000e01c2d3b3$a88217e0$[EMAIL PROTECTED]">news:000e01c2d3b3$a88217e0$[EMAIL PROTECTED]...
>
> I'm looking around for some options on using templates with PHP. I've
> used several Perl solutions in the past, but never tried it in PHP.
> Digging on t
> * and then Mikusch, Rita blurted
> > Thank you for the reply. I'm trying to "roll my own" template system,
but
> > don't really know how to go about some of the details. My best bet would
> > probably be to install phplib and dissect itsee how the experts did
it!
> > At the very least i
PHPLib, Smarty, FastTemplates, and about 10,000 more...
--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out? Like Music? Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm
- Original Message
21 matches
Mail list logo