Link to home
Create AccountLog in
Avatar of zukinaru
zukinaru

asked on

smarty template engine and ajax

I want to ask about How to integrate php-smarty template engine with ajax. Could you show me with simple script ? (example : login page).

Thanks before.
ASKER CERTIFIED SOLUTION
Avatar of DrBrainiac
DrBrainiac

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of DrBrainiac
DrBrainiac

You also might find the articles about smarty and ajax interesting: http://kpumuk.info/ajax/ajax-enabled-smarty-plugins/

The integration becomes as difficult as you wish (writing custom plugins like in the article). But for a simple login script, smarty will not make coding much different or harder.
You can use already javascript at smarty. What's problem?