[phpwebapp-improvments] [phpwebapp - phpWebApp Improvements] Terminology & Syntax
Brought to you by:
dashohoxha
From: SourceForge.net <no...@so...> - 2003-07-30 09:29:42
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=2127125 By: dashohoxha Change the names of some vars, classes, functions etc. so they describe better the function, class, etc. - {{obj_name}} to {{Name}} {{class_name}} to {{Class}} - Rename path constants from 'XYZ_PATH' to 'XYZ/'. - Change from: GoTo("page1.html?event=webclass::webobj.event_name(arg1;arg2;arg3)") to: GoTo("page1.html//webclass::webobj->event_name(arg1,arg2,arg3)") - Probably it is better to change the denotation of a slot (a variable) from {{var_name}} to a more familiar denotation like: ${var_name}, or something like this. (Why is it better? Does it have any disadvantages?) ______________________________________________________________________ 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=135220 |