Help for this page

Select Code to Download


  1. or download this
    MyDictionary::En_To_Sk->belongs_to('eng', 'MyDictionary::Engword', 'en
    +g_id');
    MyDictionary::En_To_Sk->belongs_to('sk', 'MyDictionary::Skword', 'sk_i
    +d');
    
  2. or download this
    MyDictionary::Engword->many_to_many('sk_translations', 'translations',
    + 'sk');
    MyDictionaly::Skword->many_to_many('en_translations', 'translations', 
    +'en');