Displaying 4 results from an estimated 4 matches for "genre_nam".
Did you mean:
genre_name
2006 Jun 25
2
how to write the codes in view?(newbie question)
Hi.
I have two tables and want to join them.
<genres>
id
genre_name
genre_order
<links>
id
genre_id
name
symbol
url
order
display
etc
The code of links_Controller is like below.
def list
@links = Genre.find(:all,:include => :link)
end
Below is the mysql log.
SELECT genres.`id` AS t0_r0, genres.`genre_n
ame` AS t0_r1, genres.`genre_order` AS t0_r2, li...
2004 Aug 06
0
a new directory service
...ard-disc based playlist".
Here I write some kind of "syntax" (I do not follow any
standard, but I try to imitate those who define syntaxes), and
below I give a couple of examples.
Syntax:
Programming_Unit ["&" Programming_Unit [...]]
Programming_Unit:
Genre_Name [ Genre_Property [...]]
Genre_Name:
Any string
Genre_Property:
"[" Property_ID "=" Property_Data "]"
Property_ID:
"T" | "S" | "D" | "C"
Property_Data:
Depends on Property ID.
If Prope...
2006 Apr 22
9
one to many question
1. A category has parent categories.
2. A product is in many categories and a category has many products.
3. Products and category both have images in the same image table. ie. a
product and / or category could have multiple images.<=== my question is
related to this
So among other things I presume I have to do the following:
class Category < ActiveRecord:Base
#...
2004 Aug 06
16
a new directory service
So I've been doing some research and thinking here and there about what
a _good_ directory service for icecast would be like. I'd appreciate
some feedback and some discussion on this topic, before I start putting
a lot of effort into developing it.
First off, I think getting rid of # of listeners is a must. It just
creates a self-fulfilling prophecy and encourages cheating. I think the