What is a role of a designer in web development. Till what
level the designer will do his work. Does he gives the
complete html file or the tpl file or he should also include
the smarty tag in the tpl file.
Answer Posted / swarnadip
The basic role of a designer in to give the html file to the
developer. If u r using smarty then the designer make the
tpl file in place of html. And the developer give the
variables to the designer to show the on web sites. When a
designer get the variables he/she can use the variables to
show data on web sites.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How easy is php?
How is csrf token generated?
Tell me how can I display text with a php script?
List the different types of print functions available in php?
What is the meaning of xdebug?
What is php addslashes?
Explain me what is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?
What is the use of post in php?
Explain about switch statement in PHP?
What is the best website to learn php?
What is a http session?
Do you have to initialize variables in php?
How php statement is different from php script?
What is fetch array in php?
How to take a substring from a given string?