Revision 248

Date:
2012/09/19 13:36:33
Author:
ahitrov
Revision Log:
The correct and full description for table_links() method
Files:

Legend:

 
Added
 
Removed
 
Modified
  • koi8/core/lib/Contenido/Document.pm

     
    80 80 # {
    81 81 # name => '�������� �����',
    82 82 # class => 'project::Class',
    83 # filter => 'filter_name'
    84 # field => 'table_field'
    83 # filter => 'filter_name that will be set to "get_documents" request'
    84 # field => 'table_field which is linked to the current table'
    85 # source_field => 'field (except id) to which target table is linked to'
    86 # auto => { source_field1 => target_field1, source_field2 => target_field2 ... }
    85 87 # }
    86 88 #
    87 89 ##################################################################