{*
assign( 'vars',
array(
'table_name'=>'xnppaper_author',
'objects'=>array(
'primary_key'=>array(
'name'=>'paper_author_id',
'value'=>'100'),
'text'=>array(
'name'=>'author',
'within'=>'author',//(optional)a portion of value in max length
'without'=>'author',//(optional)a portion of value after the within
'value'=>'foo'),
'order'=>array(
'name'=>'author_order',
'value'=>'0')),
array(...),
...));
*}>