Skip to content

Instantly share code, notes, and snippets.

@buger
Created June 21, 2011 18:11
Show Gist options
  • Save buger/1038484 to your computer and use it in GitHub Desktop.
Save buger/1038484 to your computer and use it in GitHub Desktop.
Хранение в базе Поля на форме
- Мебель props: [@цвет] [@цвет]
@Цвет
- Столы props: [@тип_стола,@кол-во_ног] [@цвет, @тип_стола, @кол-во_ног]
@тип_стола ^
@кол-во_ног унаследован от Мебель
- Cтол Икеа props: [@артикул] [@цвет, @тип_стола, @кол-во_ног, @артикул]
@артикул { унаследованные поля }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment