Displaying 1 result from an estimated 1 matches for "find_category_by_nam".
Did you mean:
find_category_by_name
2006 Apr 09
7
Simple Search
I''m trying to implement a search system and I''m lost as to how to go
about it.
I''m searching the model "category", and I''m searching the "name" field.
>From there I''ll use @categories.listings to display. But that''s the easy
part.
I assume I need to use a LIKE command in MySQL, but I don''t know how to
do