customername
-
A reference in VTL is a named element such as $ customerName .
VTL中的引用是一个命名元素,如$customerName。
-
The php code in the action extracts the customerName parameter from the POST and creates an sql statement for the insert .
动作中的php代码从POST提取customerName参数并为插入创建一个sql语句。
-
It takes the customer personal details and claim details such as customerID , customerName and claim details such as description of claim and amount .
该案例涉及客户的个人信息和索赔信息,比如customerID、customerName以及索赔描述和索赔数量等。
-
Most frameworks also allow you to change the names of the fields , to use customerName instead of name , and first rather than firstName , for example .
大多数框架还允许您更改字段的名称,例如使用customerName来替代name,以及使用first来替代firstName。
-
Without the type-checking , you can wire anything to anything , for example , CustomerName to a PartNumber , even if doing so makes no sense .
可以在不用进行类型检查的情况下进行任意连接,即使这样做毫无意义。