The Artima Developer Community
Sponsored Link

PHP Buzz Forum
patTemplate bits and pieces

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Stephan Schmidt

Posts: 238
Nickname: schst
Registered: Sep, 2004

Stephan Schmidt is a founding member of PHP Application Tools and a PEAR developer.
patTemplate bits and pieces Posted: Feb 25, 2009 1:01 AM
Reply to this message Reply

This post originated from an RSS feed registered with PHP Buzz by Stephan Schmidt.
Original Post: patTemplate bits and pieces
Feed Title: a programmer's best friend
Feed URL: http://blog.php-tools.net/rss.php?version=1.0
Feed Description: The blog of PHP Application Tools
Latest PHP Buzz Posts
Latest PHP Buzz Posts by Stephan Schmidt
Latest Posts From a programmer's best friend

Advertisement
Well, the code base of patTemplate is pretty majure and new releases quite seldom. Still patTemplate is alive and in heavy use. Working with patTemplate in larger projects always includes writing custom extensions like variable modifier and template functions for it. Every now and then, modules for general use appear and I usually add them to patTemplate's code base. This way patTemplate grows little by little, even if it's core stays the same.

Here are some variable modifiers that were recently added:
Calc (like a pocket calculator), Dateformat, Numberformat, Sizeformat (displays human readable file sizes) and Truncate (makes verbose text brief).

This week Torben Egmose provided a template caching driver based on famous Memcache. Now there are five cache backend modules available: File, eAccelerator, Memcache, MMCache and XCache.

As mentioned above, there are no major changes, but as usual, it those little bits and pieces that make life enjoyable.

Read: patTemplate bits and pieces

Topic: patTemplate bits and pieces Previous Topic   Next Topic Topic: Lazyweb Request: Why would PHP be *faster* than HTML?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use