Hi,

I'm trying to generate a template system. I think I made it and others say 
this was too complicate and error prone because of the template engine uses 
php language...

They say html people broken easly the php file structure. So I have to rewrite 
system for parsing simple html files.

My template system uses one large file for tagging elements. 

$arrTemplate['module']['section']['node1']['action']= "<html> content 
</html>";

$arrTemplate['module']['section']['node2']['action']= "<html> content 
</html>";

My problem was find to way to generate some kind of labeling good for visual 
formatting (for dreamweaver or someting like that and good for easy parsing). 

Is anyone has suggest any tagging good for dreamweaver visual mode...


Thanks

ps:I hope I can translate my ideas.

Regards 

Sancar

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to