Forgot your password?
typodupeerror

Comment I have the same question/problem. (Score 1) 189

This is exactly what has been puzzling me for a while. Not only when it comes to translations, but context-layout in general. PHP is nice and dandy, but for somehow it is really hard to seperate content and layout, or content and language support/translations for that matter.

I messed around with things and tried a few different approaches though none of them really satisfied me.

PHP has some mechanism as FastTemplate.php3 available, though an XML based approach (with seperate stylesheets) would be probably the ultimate way to seperate content from layout. Too bad XML isn't fully supported yet. You have http://xml.apache.org/ but I didn't really checked that out as I didn't found any literature about the xml.apache and XML combination on the PHP scene.

I'm not sure what the best approach would be.

-- Mentor

Slashdot Top Deals

If builders built buildings the way programmers wrote programs, then the first woodpecker to come along would destroy civilization.

Working...