PHP各种Template系统
搜集不全,链接没有全部测试,大部分可用
Easy Template System
http://ets.sourceforge.net/
http://ets.sourceforge.net/ets.pdf
http://prdownloads.sourceforge.net/ets/ets305b.zip?download
Smarty
http://smarty.php.net/
FastTemplate
http://www.thewebmasters.net/php/FastTemplate.phtml
http://www.thewebmasters.net/php/FastTemplate-1_1_0.tar.gz
bTemplate
http://www.massassi.com/bTemplate/
http://www.massassi.com/bTemplate/download/bTemplate_0.3.zip
ModeliXe
http://modelixe.phpedit.com/
UltraTemplate
http://www.ultratemplate.com/main.php
PHPTemplate
http://nutbar.chemlab.org/
PHPLib
http://sourceforge.net/projects/phplib
XTemplate
http://sourceforge.net/projects/xtpl/
SmartTemplate
http://www.phpclasses.org/browse/package/1032.html
Yapster
http://yapter.sourceforge.net/
http://www.phpclasses.org/browse.html/class/37.html
Zend专辑
https://www.zend.com/codex.php?CID=332
SledgeHammer
http://sledgehammer.sourceforge.net/
phpSavant
http://phpsavant.com/
SmashTemplate
http://www.phpclasses.org/goto/browse.html/package/1401.html
http://www.lri.fr/~gk/PHPTMPL/
AwesomeTemplateEngine
http://www.pinkgoblin.com/index.php?view=scripts
http://www.pinkgoblin.com/scripts/AwesomeTemplateEngine.zip
Virtual Template
http://sourceforge.net/projects/vtemplate/
TemplateTamer工具
http://www.templatetamer.org
Phemplate
http://pukomuko.esu.lt/phemplate/
Templates engine for PHP
http://sourceforge.net/projects/php-templates
YATS
http://yats.sourceforge.net
iTemplate
http://sourceforge.net/projects/itemplate
Cached Fast Template
http://zoned.net:8000/~xkahn/php/fasttemplate/
AvanTemplate
http://avantemplate.sourceforge.net/
PHPWidgets
http://www.northern.ca/projects/phpwidgets
tinybutstrong
http://www.tinybutstrong.com/download.php
SuperTPL
国人产,呵呵
http://www.phpw.net
相关文档:
how to install apache, PHP and MySQL on Linux
This tutorial explains the installation of Apache web server, bundled
with PHP and MySQL server on a Linux machine. The tutorial is primarily for SuSE
9.2, 9.3, 10.0 & 10.1, but most of the steps ought to be valid for all
Linux-like operating ......
过年了,也涨了一岁了,感觉没有长进啊!
唉!
年前参加了中国电信的面试。
感觉很一般,连SQL全称是什么都不懂,还好意思自称熟练运用MYSQL,唉!
过完年,要开始为实习而奔波了。
网龙看来是没希望了。
只能进一些比较一般的公司学习学习了。
从今天开始,认真看PHP100的最新几个视频。
开始通读DZ的程序,注解上 ......
<?PHP
/**
* patServer
* PHP socket server base class
* Events that can be handled:
* * onStart
* * onConnect
* * onConnectionRefused
* * onClose
* * onShutdown
* * onReceiveData
*
* @version 1.1
* @author &n ......
$file1 = 'F:/46.gif';
$file2 = 'F:/test.txt';
$file3 = 'F:/47.gif';
$size = filesize($file1);
echo '文件大小为:'.$size;
echo "\n<br>转化为二进制 ...";
$content = file_get_contents($file1);
$content = bstr2bin($content);
$fp = fopen($file2, 'w');
fwrite($fp, $content);
fclose($fp);
......
1、社团简介:
LAMP兄弟连社团(简称兄弟连)是易第优教育学院领导下的社团组织,是学院联系广大LAMP爱好者的桥梁和纽带,是学院社团管理协调的机构。
2、社团性质:
由LAMP兄弟连发起(www.lampbrother.net)的全国专业性、公益性社会沙龙组织。
3、社团目的:
a、为爱好LAMP的朋友们搭建一个学习交流的平台
b、为 ......