Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456 Doubtful features
Doubtful features
There are some features of Cayenne that should not be used
normally, but for completeness they are mentioned here.
Native
Members of a record can be declared native, the body then
consists of a string that is emitted literally in the generated LML
code.
This feature may disappear.
Use *
In the open clause it is possible to give * instead of a
list of identifiers. This will bring all the members of the record
into scope. It is a dubious feature since it introduces bound names
without an explicit binding construct.