KBD

Keith Devens .com

Sunday, March 21, 2010 Flag waving
There is a rank due to the United States, among nations, which will be withheld, if not absolutely lost, by... – George Washington
← Mozilla adds document.all supportKerry's pitch (and Presidential sports) →

Daily link icon Sunday, July 25, 2004

How I do templating on my site

<?php
function template($name$args=NULL){
    
$er error_reporting(E_ALL&~E_NOTICE&~E_WARNING);
    
extract($argsEXTR_REFS);
    
$return = include(TEMPLATE_DIR.'/'.$name.'.php');
    
error_reporting($er);
    return 
$return;
}
?>

That's it.

← Mozilla adds document.all supportKerry's pitch (and Presidential sports) →

Comments XML gif


Feel free to post a comment below. Please see my comment policy.

Formatting Rules (No HTML):

  • **bold**, *italic*, _underlined_, --strikeout--
  • "text"="url" creates a link, and URLs are auto-highlighted
  • Blockquote: Like e-mail, begin paragraph with > (greater-than sign)
  • Lists: begin paragraph with *,-, or + (unordered), or # (ordered)
  • Code block: ?!code:language=perl|php|sql|javascript|etc.{\n}...{\n}?!/code

:
(will be your IP address if blank)
: (optional)
(Will not be shown on site)

: (optional)
:

March 2010
SunMonTueWedThuFriSat
 123456
78910111213
14151617181920
21222324252627
28293031 



RSS feed RSS feed for Keith's Weblog
Atom feed Atom feed for Keith's Weblog
Weblog archive
Recent comments
  on 3 posts

Recent comments XML

new⇒Spider solitaire

I to am somewhat addicted to​spending too much time on SS.  I​have been stu...

stupid_horse: Mar 20, 10:34pm

I hate ASP.NET

I hate ASP... I was doing wonders​with PHP, then suddenly one of my​clients...

Johnies: Mar 17, 6:14am

Quantum physics and free will

I knew you were going to say that....

Tom Massey: Mar 15, 9:26pm

Generated in about 0.269s.

(Used 8 db queries)