Hey all,
I am building a medium-sized web application with symfony, a Model-View-Controller framework for PHP like Rails is for Ruby ((URL address blocked: See forum rules) ). Thus far, I am having no trouble using this framework.
Unfortunately, the designer who is working with me is not comfortable with symfony because he feels that the process for a web designer is much different with symfony than it is for other projects he has been a part of. Since it seems many aspects of the symfony templates are hidden, or at least spread around several directories, he does not understand how he could edit a page that might be composed of several templates or actions visually in something like dreamweaver.
I am of purely computer science background (PHP, Java, C, etc.) and know little about client side things like HTML, CSS, and AJAX so I do not know what advice to give him. I have told him to look at the view, form, and ajax chapters of the symfony book, but he says these have not given him the info he wants.
Have any of you PHP coders ever had this experience? If so, what advice did you give your designer? Perhaps someone could outline how he should go about setting his design environment for a dynamic (instead of static) application? He just wants to be able to edit pages composed of several templates both visually and with raw code in dreamweaver.
Thanks!