Subversion Repositories php_library

Rev

Rev 1 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1 Rev 7
Line 771... Line 771...
771
          </td>
771
          </td>
772
          <td>
772
          <td>
773
             String 
773
             String 
774
          </td>
774
          </td>
775
          <td>
775
          <td>
776
             Name of column used to join intermediary table to values table 
776
             Name of column in intermediate table (join table) that links to other table (values table)
777
          </td>
777
          </td>
778
          <td>
778
          <td>
779
             Do Not include the table name, ie do not use tablename.columnname here 
779
             Do Not include the table name, ie do not use tablename.columnname here 
780
          </td>
780
          </td>
781
        </tr>
781
        </tr>
Line 788... Line 788...
788
          </td>
788
          </td>
789
          <td>
789
          <td>
790
             String 
790
             String 
791
          </td>
791
          </td>
792
          <td>
792
          <td>
793
             Name of column used to join intermediary table to current table 
793
             Name of column in intermediate table (join table) that links to this column in this table
794
          </td>
794
          </td>
795
          <td>
795
          <td>
796
             Do Not include the table name, ie do not use tablename.columnname here 
796
             Do Not include the table name, ie do not use tablename.columnname here 
797
          </td>
797
          </td>
798
        </tr>
798
        </tr>