phpMyEdit
Anybody know how to use phpMyEdit?
I want to join two tables in the same view...and I'm having difficulty.
table1
1_id = unique key
1_name = text
2_id = index into table 2
table2
2_id = unique key
2_desc = text
2_data = nbr
So if in mysql I did,
Select * from table1,table2 where table1.2_id = table2.2_id;
I'd get all the columns: 1_id, 2_id, 1_name, 2_desc, 2_data in the view
Help.


Or perhaps point me into a
Or perhaps point me into a fast ramp up in ruby on rails?