cronotempo Posted September 14, 2011 Share Posted September 14, 2011 Could anyone tell me how to loop in a switch case type tpl file? something like that in php <? php switch ($ i) { case "apple": echo "i is apple"; break; case "bar": echo "i is bar"; break; case "cake": echo "i is a cake"; break; } ?> How to integrate it in a file. Tpl? Link to comment Share on other sites More sharing options...
pierrot10 Posted October 20, 2011 Share Posted October 20, 2011 Hello, I lokking to do a such think, Did you find a solution? Thank Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now