Link to home
Start Free TrialLog 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
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
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?