Re[4]: [PHP] Working with a Front Page developer

2004-02-10 Thread Richard Davey
Hello Chris, Tuesday, February 10, 2004, 8:09:36 PM, you wrote: CdV> Blow me down, that's exactly what I need! You just saved me hours of CdV> research. You rock!! No worries, glad to help :) -- Best regards, Richardmailto:[EMAIL PROTECTED] -- PHP General Maili

Re: Re[2]: [PHP] Working with a Front Page developer

2004-02-10 Thread Chris de Vidal
Richard Davey said: > You don't have to use preg_replace, in its most "simplest" form the > following code will work just fine for a basic template system: Blow me down, that's exactly what I need! You just saved me hours of research. You rock!! Thanks Rich! /dev/idal -- PHP General Mailin

Re[2]: [PHP] Working with a Front Page developer

2004-02-10 Thread Richard Davey
Hello Chris, Tuesday, February 10, 2004, 7:19:35 PM, you wrote: CdV> Got any tips on writing a template system? Anything I should be aware of, CdV> other than copious use of preg_replace? :-) You don't have to use preg_replace, in its most "simplest" form the following code will work just fine

Re: [PHP] Working with a Front Page developer

2004-02-10 Thread Chris de Vidal
Richard Davey said: > One of the most common (and well used) template engines is Smarty: > http://smarty.php.net/ > > It might be overkill for your needs though, writing a simple template > system is pretty easy. Looks like it's overkill, but I'll look through it in case I could use it on other pr

Re: [PHP] Working with a Front Page developer

2004-02-10 Thread Richard Davey
Hello Chris, Tuesday, February 10, 2004, 5:30:14 PM, you wrote: CdV> Can anyone recommend some template engines? Or tips on using PHP to parse CdV> an HTML doc, replacing it with real data? One of the most common (and well used) template engines is Smarty: http://smarty.php.net/ It might be ov

[PHP] Working with a Front Page developer

2004-02-10 Thread Chris de Vidal
I've got a design developer who only knows Front Page. Despite my general hatred for Microsoft I can work around it :-) She's installed a Front Page PHP plugin (I think it's called Rocket PHP). However, the plugin is buggy; it's got problems that would be best fixed if I could completely separat