phpModule

所属分类:WEB开发
开发工具:PHP
文件大小:66KB
下载次数:30
上传日期:2007-12-05 09:49:29
上 传 者kikiwu
说明:  一个简单的发布系统的框架。如果单纯从文章发布系统上讲,基本上可以满足“中小型”企业网站的文章发布系统的要求,后台的总共的php代码不超过800行,而且支持任意扩充和plugin功能。
(A simple distribution system framework. If you simply speaking from the article distribution system, basically to meet the small and medium-sized enterprises website article published system requirements, the background of a total of php code is not more than 800 lines, but also to support the arbitrary expansion and plugin functionality.)

文件列表:
cmstest (0, 2004-09-13)
cmstest\.htaccess (93, 2004-08-26)
cmstest\add.php (402, 2004-09-12)
cmstest\adminconfig.inc.php (175, 2004-09-12)
cmstest\adminindex.php (91, 2004-09-12)
cmstest\adminlogin.php (260, 2004-09-12)
cmstest\config.inc.php (943, 2004-09-12)
cmstest\db.sql (2969, 2004-09-12)
cmstest\list1.php (396, 2004-09-12)
cmstest\list2.php (269, 2004-09-12)
cmstest\new.php (79, 2004-09-12)
cmstest\page.js (1518, 2004-08-25)
cmstest\smart (0, 2004-09-12)
cmstest\smart\cache (0, 2004-09-12)
cmstest\smart\temp (0, 2004-09-12)
cmstest\smart\temp\add_htm.php (513, 2004-09-12)
cmstest\smart\temp\adminindex_htm.php (29, 2004-09-12)
cmstest\smart\temp\adminlogin_htm.php (266, 2004-09-12)
cmstest\smart\temp\list1_htm.php (3998, 2004-09-12)
cmstest\smart\temp\list2_htm.php (2556, 2004-09-12)
cmstest\smart\temp\new_htm.php (225, 2004-09-12)
cmstest\smart\temp\view_htm.php (592, 2004-09-12)
cmstest\smart\template (0, 2004-09-12)
cmstest\smart\template\add.htm (56, 2004-09-12)
cmstest\smart\template\adminindex.htm (29, 2004-09-12)
cmstest\smart\template\adminlogin.htm (266, 2004-09-12)
cmstest\smart\template\list1.htm (1292, 2004-09-12)
cmstest\smart\template\list2.htm (928, 2004-09-12)
cmstest\smart\template\new.htm (225, 2004-09-12)
cmstest\smart\template\view.htm (89, 2004-09-12)
cmstest\src (0, 2004-09-12)
cmstest\src\ArticleUtil.php (669, 2004-09-12)
cmstest\src\CoreUtil.php (821, 2004-09-12)
cmstest\src\lib (0, 2004-09-12)
cmstest\src\lib\smarttemplate (0, 2004-09-12)
cmstest\src\lib\smarttemplate\changes.txt (555, 2003-04-02)
cmstest\src\lib\smarttemplate\class.smarttemplate.php (8913, 2004-08-25)
cmstest\src\lib\smarttemplate\class.smarttemplatedebugger.php (12533, 2003-03-21)
cmstest\src\lib\smarttemplate\class.smarttemplateparser.php (8969, 2004-08-25)
cmstest\src\lib\smarttemplate\examples (0, 2004-09-12)
... ...

SmartTemplate 1.0 Author: Philipp von Criegern (philipp@criegern.com) Release Date: 22.08.2002 License: GPL How To Install: 1. Download and unzip the smarttemplate package. The following files should be unpacked: class.smarttemplate.php class.smarttemplatedebugger.php class.smarttemplateparser.php readme.txt examples/Alternating_Colors.html examples/Alternating_Colors.php examples/DropDown_Boxes.html examples/DropDown_Boxes.php examples/Hello_World.html examples/Hello_World.php examples/Iterating_Blocks.html examples/Iterating_Blocks.php examples/Nested_Blocks.html examples/Nested_Blocks.php examples/Special_Characters.html examples/Special_Characters.php smarttemplate_compiled/ smarttemplate_extensions/smarttemplate_extension_config.php smarttemplate_extensions/smarttemplate_extension_current_date.php smarttemplate_extensions/smarttemplate_extension_current_datetime.php smarttemplate_extensions/smarttemplate_extension_current_time.php smarttemplate_extensions/smarttemplate_extension_dateformat.php smarttemplate_extensions/smarttemplate_extension_dateformatgrid.php smarttemplate_extensions/smarttemplate_extension_db_date.php smarttemplate_extensions/smarttemplate_extension_db_datetime.php smarttemplate_extensions/smarttemplate_extension_db_time.php smarttemplate_extensions/smarttemplate_extension_encode.php smarttemplate_extensions/smarttemplate_extension_entity_decode.php smarttemplate_extensions/smarttemplate_extension_gettext.php smarttemplate_extensions/smarttemplate_extension_header.php smarttemplate_extensions/smarttemplate_extension_help.php smarttemplate_extensions/smarttemplate_extension_hidemail.php smarttemplate_extensions/smarttemplate_extension_htmlentities.php smarttemplate_extensions/smarttemplate_extension_load_config.php smarttemplate_extensions/smarttemplate_extension_load_file.php smarttemplate_extensions/smarttemplate_extension_lowercase.php smarttemplate_extensions/smarttemplate_extension_mailto.php smarttemplate_extensions/smarttemplate_extension_number.php smarttemplate_extensions/smarttemplate_extension_nvl.php smarttemplate_extensions/smarttemplate_extension_options.php smarttemplate_extensions/smarttemplate_extension_regex.php smarttemplate_extensions/smarttemplate_extension_replace.php smarttemplate_extensions/smarttemplate_extension_select_site.php smarttemplate_extensions/smarttemplate_extension_session.php smarttemplate_extensions/smarttemplate_extension_stringformat.php smarttemplate_extensions/smarttemplate_extension_substr.php smarttemplate_extensions/smarttemplate_extension_textbutton.php smarttemplate_extensions/smarttemplate_extension_trim.php smarttemplate_extensions/smarttemplate_extension_truncate.php smarttemplate_extensions/smarttemplate_extension_uppercase.php smarttemplate_extensions/smarttemplate_extension_urlencode.php smarttemplate_extensions/smarttemplate_extension_vardump.php 2. Copy the class.*.php files and the smarttemplate_extensions folder to your PHP include folder (Specified in your php.ini: include_path= XXX) 3. Edit the class.smarttemplate.php file and adjust the configuration according to your system configuration: $temp_dir : The folder where the compiled templates can be stored. PHP must have write access to this folder! $cache_dir : The folder where output cache files can be stored (if used). PHP must have write access to this folder! 4. Copy the examples folder to somewhere below your document root, so you can access with your browser. 5. Have a look at the examples in the examples folder to see how SmartTemplate works.

近期下载者

相关文件


收藏者