|
Posted by "A.J. Brown" on 10/13/05 16:05
Patrick,
From the tone of your message, I'm getting that you're relatively new to
PHP. If this is the case, I would recommend staying away from a templating
system until you realize the need for one. Most beginning users do not need
an N-tier solution for their projects, and it becomes difficult to
conceptually grasp the differences in presentation logic and business logic.
However, if you want to take on Smarty anyway (which is never a bad idea in
itself), The crash course should be enough to get you going. After that,
most of it is conceptual: knowing what to do in the controlling PHP script,
and what to let the template do.
Check out this link:
http://smarty.php.net/crashcourse.php
--
Sincerely,
A.J. Brown
"Patrick Roane" <fojomo@sbcglobal.net> wrote in message
news:20051013015727.72459.qmail@web81503.mail.yahoo.com...
> Hey folks,
>
> I'm pretty new w/smarty ..but know enough to
> understand whats happening (through books and
> excercises).
>
> I was wondering if anyone knows of some examples or
> tuts that I can reference for building a website for a
> band ...using smarty to login and update the band
> schedule/update pictures.
>
>
> Thanks-
Navigation:
[Reply to this message]
|