Solutions for rapid development of the interface?

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

+4
source share
1 answer

I made the previous answer about developing websites without using HTML or CSS, maybe something relevant. The solutions in this answer are mainly related to the β€œclass webapps” desktop, that is, applications are not websites.

In addition, I will say that the plan and 960gs are very good solutions for regular web site applications (webapps?). Things like grilles, etc., are extremely useful and will accelerate development. You still have to use HTML and CSS.

I would not recommend Dreamweaver, I have never used it, but I believe that you still have to edit in bits and pieces to paste the content, so this is probably not a good solution in the long run.

+1
source

Source: https://habr.com/ru/post/1308535/


All Articles