File: control

package info (click to toggle)
php-html-template-it 1%3A1.2.1-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 204 kB
  • ctags: 291
  • sloc: php: 1,055; xml: 195; makefile: 50
file content (19 lines) | stat: -rw-r--r-- 819 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: php-html-template-it
Section: web
Priority: optional
Maintainer: Jose Carlos Medeiros <debian@psabs.com.br>
Uploaders: Ola Lundqvist <opal@debian.org>
Build-Depends: debhelper (>= 5), php-pear
Standards-Version: 3.7.3
Homepage: http://pear.php.net/package/HTML_Template_IT/

Package: php-html-template-it
Architecture: all
Depends: php-pear
Description: PEAR HTML Template IT 
 The Isotemplate API is somewhat tricky for a beginner although it is the 
 best one you can build. template::parse() [phplib template = Isotemplate] 
 requests you to name a source and a target where the current block gets 
 parsed into. Source and target can be block names or even handler names. 
 This API gives you a maximum of fexibility but you always have to know
 what you do which is quite unusual for php skripter like me.