Welcome Guest, Not a member yet? Register   Sign In
View code that hurts your brain
#2

[eluser]Randy Casburn[/eluser]
This could be a DWYK thing right? Or maybe a just a personal preference as you've described. Sometimes when I get in a hurry "just to get it done" there is no telling what things may look like. There could be other possibilities. Perhaps there is a roadmap that requires future multilingual features.

When considering multilingual sites it is even different than either of these potentially. For instance:

Code:
<?php echo 'Full Name: '.$user['firstname'].' '.$user['lastname'].' Email: '.$user['email'];?>

may become...

Code:
<?php echo $lang.fullname.': '.$user['firstname'].' '.$user['lastname'].$lang.email.': '.$user['email'];?>

If that's the case, the global search and replaces would 'seem' to be much easier to accomplish.

But don't know. Just thinking along with you.

Randy


Messages In This Thread
View code that hurts your brain - by El Forum - 08-22-2008, 03:32 AM
View code that hurts your brain - by El Forum - 08-22-2008, 08:22 AM
View code that hurts your brain - by El Forum - 08-22-2008, 09:42 AM
View code that hurts your brain - by El Forum - 08-22-2008, 10:45 AM
View code that hurts your brain - by El Forum - 08-22-2008, 12:37 PM
View code that hurts your brain - by El Forum - 08-22-2008, 02:28 PM
View code that hurts your brain - by El Forum - 08-22-2008, 04:10 PM
View code that hurts your brain - by El Forum - 08-22-2008, 04:42 PM
View code that hurts your brain - by El Forum - 08-22-2008, 06:42 PM



Theme © iAndrew 2016 - Forum software by © MyBB