Zend Framework与view中的总结

 

Web frontend元素的放置位置(image,css,js)


  1. 对frontend 单个theme的位置存放
  2. 对frontend website 多个theme的更换
  3. 多个module,所相对应的image,css,js放置

 

Web Frontend引入方式


1. 基于view helper的引入

2. CSS 与 JS文件在HTML中的引入(路径)

3. HTML结构在layout中的应用(DOCTYPE,meta等)

3. image在CSS与JS中的路径

4. image在HTML中的路径,特别是img标签

 

相关文章:

  • 2021-06-26
  • 2022-12-23
  • 2021-08-11
  • 2022-03-06
  • 2022-01-15
  • 2022-12-23
  • 2021-05-30
  • 2021-07-01
猜你喜欢
  • 2021-06-22
  • 2022-02-24
  • 2022-12-23
  • 2021-11-20
  • 2022-12-23
  • 2021-07-01
  • 2022-12-23
相关资源
相似解决方案