Home > Archive > PHP Smarty Templates > December 2004 > Re: [SMARTY] Smarty and Oracle (databases)
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: [SMARTY] Smarty and Oracle (databases)
|
|
| Bill Cunningham 2004-12-14, 9:01 pm |
| Robert,
Smarty is the end product engine not the middleware that
you're thinking.
You need to have a PHP script (the middleware) to implement
your database calls and gather the information. Then
display the results over the web using Smarty.
- Bill
--- Robert <sigzero@gmail.com> wrote:
> Are there tutorials (or examples) of using Smarty with
> databases? I did
> not see in the Smarty documentation about it. I looked on
> the wiki as
> well but I may have missed it.
>
> Robert
>
> --
> Smarty General Mailing List (http://smarty.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
| |
| Robert 2004-12-15, 3:58 am |
| I was actually thinking along that line already but I thought I would
ask so that I did not miss any "Smarty" features. :-)
Thanks!
In article <20041214231219.2019.qmail@web53905.mail.yahoo.com>,
Bill Cunningham <axoibc@yahoo.com> wrote:
[color=darkred]
> Robert,
>
> Smarty is the end product engine not the middleware that
> you're thinking.
>
> You need to have a PHP script (the middleware) to implement
> your database calls and gather the information. Then
> display the results over the web using Smarty.
>
> - Bill
>
>
> --- Robert <sigzero@gmail.com> wrote:
>
|
|
|
|
|