> That I prefer to call it "investment" instead of overhead because it has
> given us a system we vastly prefer.

hehe, I like that. I still disagree, but that was good :)

>> by all means use whatever techniques you like in-house, but that would be
>> completely useless to someone in the "outside world"
> 
> That's fine. I just wanted to show people how we did it. I don't expect this
> to be useful in a all situations.
> 
> In our experience PHP programmers who work with us don't have any
> problem figuring out how our system works. Without knowing anything
> about our system tell me you can't look at that code and "get it"


that's true of all of these systems. I'm not implying that one is hard to
understand as opposed to the other, I'm arguing for efficiency and
portability.

_alex


> Jade
> 
>>> (comments)
>>> 
>>> (include files)
>>> 
>>> (page specific variables)
>>> 
>>> html();
>>> 
>>> head($title);
>>> head_css('stylesheet.css');
>>> head_script('script.js);
>>> x('head');
>>> 
>>> body($style)
>>> table(0, 0, 0, '100%', '', BLACK);
>>> tr('top'); td(); image('fire.jpg'); x('td'); x('tr');
>>> x('table');
>>> 
>>> x('body');
>>> x('html');
>> 
> 
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to