search for: find_by_uniquename

Displaying 1 result from an estimated 1 matches for "find_by_uniquename".

Did you mean: find_by_unique_name
2005 Dec 21
1
route a name to an id?
i have a database setup with an id and a field called uniquename say for example my db looks like this: <table border="1" cellpadding="1" cellspacing="1"> <tr> <td>id</td> <td>uniquename</td> </tr> <tr> <td>1</td> <td>pizza</td> </tr> <tr>