[phpwebapp-discussion] [phpwebapp - Web Application Discussion] RE: Mixing HTML, CSS, JavaScript, PH
Brought to you by:
dashohoxha
From: SourceForge.net <no...@so...> - 2003-07-31 09:44:21
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=2129019 By: dashohoxha The phpWebApp framework takes the templating approach for separating the HTML code from the PHP code, but it does it in a different way from the other templating engines. It also provides a way for taking out of the PHP code the SQL code and queries. This is useful because in real web applications there are usually big queries; putting them in a separate file reduces the complexity of the PHP code (makes it smaller and more easily understandable and modifyable) and also makes the understanding and modification of the queries easier. ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=135222 |