im using the mvc framework, and I learned some methods that help me with different parts of RAD.
- models: doctrine / visual paradigm
- controllers / libraries: various design patterns
Now I only need to know what technique / solution I should use for the representations so that I can create the representations faster.
Because I do not think this is useful for css / html code manually, although I understand that. this is the same principle when using the visual paradigm to create both my mysql database tables and doctrine model classes. I believe in using the right tools to speed up development.
so what can I use for views to save time and energy, so I donβt reinvent the wheel all the time and can focus on business logic rather than html / css for everything? Of course, I would have to step in and die with him when necessary.
- Dreamweaver?
- any css generation tools?
- 960 / drawing for layout
- offers?
thanks
source share