Top "Views" questions

This tag is for questions about database view or UI / architectural view.

Shredding XML from table column into a view in SQL Server

I currently have this code which stores XML into an XML-type column called data, in a table called Storage. CREATE …

sql xml views shred
make a foreground view click-through

I don't find the way to make this work. My application has 2 FrameLayouts with many child views (suppose ImageViews for …

android views touches click-through
Rails: Refactoring, views, helpers: how does it all go together?

Warning: Noob here. I know this is a trivial subject but I'm having a lot of difficulty in figuring out …

ruby-on-rails refactoring views helper
undefined method `new_confirmation_path' Confirmation Module Devise + MongoID

I am trying to work with Rails 3.1 + Devise Module :confirmable + MongoID with this template: https://github.com/RailsApps/rails3-application-templates/…

ruby-on-rails views devise mongoid
Adding Views to an Android Viewgroup Programmatically

This seems to be a common question yet documentation is very hard to find. I'm looking for examples that show …

android views viewgroup
Django: POST form requires CSRF? GET doesn't?

Are forms that use the POST method required to have CSRF protection? I'm following a book and the code examples …

django views django-csrf
do we need to recreate a materialized view if the underlying table structure changes

I have changed the order of columns in my base table, but after that materialized of this table in showing …

sql database oracle views materialized
Laravel 5 - Defining middleware for multiple routes in controller file

Stackers! I'm currently learning laravel5 and I love it, but I'm struggling with one thing. Since Laravel 5 we have Middleware …

php laravel controller views middleware
Can I use one single exposed filter to filter multiple block views on a different page?

I have four block views on a page (call it "info" page) that are filtered by proximity to give me …

php drupal views drupal-5