zoukankan      html  css  js  c++  java
  • 一个模板类

    using System;

    namespace PublicLib
    {
        
    /// <summary>
        
    /// Text 的摘要说明。
        
    /// </summary>

        public class Template
        
    {
            
    public Template(string TplName)
            
    {
                 GetConfig( TplName);
    ReadTemplate( TplName);
                
            }

            
    private void  ReadTemplate(string TplName)
            
    {
                
            }

            
    private void  GetConfig(string TplName)
            
    {
                
            }


            
    private void  RepeatParse(string Name)
            
    {
                
            }

            
    private void Parse(string Name,string Value)
            
    {
                    
            }

            
    public string TemplateCotent
            
    {    
                
    get
                
    {
                    
    return TemplateCotent;
                }

                
    set
                
    {
                    TemplateCotent
    =value;
                }

            }
     
                
        }

    }

  • 相关阅读:
    增加网站内容步骤
    简单使用
    dedecms的讲解 要求
    shop34-3-自动加载实现
    shop34-2-运转-平台分发
    shop34-1-目录布局
    match_controller
    match_model
    match_mvc
    laravel 路由
  • 原文地址:https://www.cnblogs.com/liugod/p/291052.html
Copyright © 2011-2022 走看看