aspTemplate : 类似 phpLib::Template 的分离层实现[14]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 phping 的 blog

  set m_oregexp = new regexp

  m_strname = "asptemplate"
  m_strversion = "1.0.0"

  if debug = 4 then response.write "<p><b>template:</b> root = " & m_strroot & ", unknowns = " & unknown & "</p>" & vbcrlf

 end sub

 '####
 '## class destructor, free memory.
 '####
 private sub class_terminate
  set m_ofile = nothing
  set m_ovarkeys = nothing
  set m_ovarvals = nothing
  set m_oregexp = nothing

本文关键:Template
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top