Deprecated API

Deprecated Methods
velosurf.context.Instance.getKeys()
          As of Velosurf version 0.9, replaced by getPrimaryKey Returns an ArrayList of two-entries maps ('name' & 'value'), meant to be use in a #foreach loop to build form fields, like :

#foreach ($field in $product.keys)

  <input type=hidden name='$field.name' value='$field.value'> #end

 

 

Deprecated Constructors
velosurf.model.Attribute(DBConnection, String)
          builds a new Attribute 
 



ooOoo