templating

Liip Blog: Silex - A Grand Micro Framework for PHP

PHPDeveloper.org  Mon, 05/09/2011 - 08:13

In a new post to the Liip blog Benoît Pointet talks about his experience with Silex, the micro-framework from Fabien Potencier and the Symfony crowd.


 

PHPBuilder.com: 5 Popular PHP Template Engines Worth Checking Ou...

PHPDeveloper.org  Fri, 04/08/2011 - 12:23

On PHPBuilder.com today there's a new article looking at five PHP templating engines that they think are worth a look for use in your next project (or maybe in a current one).


 

SitePoint PHP Blog: How to Create Your Own Twitter Widget in PHP...

PHPDeveloper.org  Wed, 01/05/2011 - 13:13

From the SitePoint PHP blog today there's a new tutorial from Craig Buckler (part one of a series) on how to create your own Twitter widget you can drop in anywhere on your site (main content or sidebar).

It uses cURL to make the requests to the Twitter servers, so you'll need that installed on your PHP instance.


 

CodingThis.com Blog: Quick XML-to-HTML Templating in PHP Using S...

PHPDeveloper.org  Thu, 11/11/2010 - 13:03

New on the CodingThis.com blog there's a post about templating using SimpleXML to parse a basic XML file and push the data into a template.


 

Agile Toolkit News: Selective view rendering in Web Applications

PHPDeveloper.org  Mon, 11/08/2010 - 13:48

New from the Agile Toolkit News site today, there's a new article looking at selectively rendering views in framework-based web applications, handling them as objects instead of just output.


 

New @ Joind.in – Widgets! - blog.phpdeveloper.org » PHP

Planet PHP  Sat, 08/21/2010 - 19:59

With the latest site release over on Joind.in, we've added something a bit more fun for users of the site - handy little widgets that let you embed information from the site into yours.

You can see an example of it if you look to the right (well, if you're looking at the site not the feed, of course).


 

Fawad Hassan's Blog: CRUD using jQuery and Codeigniter - I

PHPDeveloper.org  Mon, 06/21/2010 - 12:25

On his blog today Fawad Hassan has the first part of a series where he's showing you how to create a CRUD interface by combining jQuery and the CodeIgniter framework.


 

Developer.com: Build your own MVC Framework: Getting your Framew...

PHPDeveloper.org  Fri, 10/16/2009 - 11:00

On developer.com today they've posted the third part of their series about getting your own home-brew PHP MVC application framework up and running.


 

Thomas Koch's Blog: eZ Components Template is not slow...

PHPDeveloper.org  Wed, 10/14/2009 - 09:31

In response to the (now somewhat infamous) post from Fabien Potencier about templating in PHP and comparisons of his own templating system (Twig) with various other offerings around the community, Thomas Koch notes that the eZ Components template is not slow and that maybe Fabien just wasn't using it correctly.


 

Fabien Potencier's Blog: Templating Engines in PHP

PHPDeveloper.org  Thu, 10/08/2009 - 06:51

New on his blog today Fabien Potencier tackles a tough topic for the PHP community - templating languages and whether or not their that useful/good after all.