-
Store-View like SQL-View
Store-View like SQL-View
Dear all,
in SQL you can define a view that builds up on existing tables. Example in "abstract" SQL:
table person: (id, name, company_id)
table company: (id, company_name)
view employee: person X company where person.company_id = company.id
So I can use the employee view in my code just like a table and do not have to work with two tables. Sometimes this simplifies the code ...
Is there a way to build something like a view on sencha stores?
Kind regards,
Niko
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us