Top "Views" questions

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

Send Custom message in Django PermissionDenied

I am using django's PermissionDenied to render 403.html whenever the user is not allowed to access any page. There are …

python django views decorator permission-denied
How to issue a confirm (yes/no) message of a Android task?

I want to ask the user if he agrees to continue launching a task, how do I issue a confirm …

xml android views confirm
cakephp accessing view attributes/variables from within a helper

is there a reasonable way to access the view attribute "passedArgs" (or any similar) /* view */ $this->passedArgs from within …

php cakephp views helpers
How to display only taxonomy terms with nodes associated to in Views 2?

I've created a view with a set filters exposed (to show filtering options in the page). And one of those …

drupal views drupal-views
Cannot create index on view with User Defined Function in SQL Server

In SQL Server 2005, I'm trying to use a User Defined Function in a indexed view that will be used in …

sql-server indexing views user-defined-functions
Add more than two views to ViewSwitcher

I need to add more than two views to my viewSwitcher. I tried but I get following error log: Can't …

android views viewswitcher
Drupal - Use lightbox with Views (Rel attribute) - in output link

In Drupal I have two image fields, one to act as a thumbnail and the other the image that will …

image drupal views lightbox cck
DRYing Views in Rails (number_to_currency)

I have code similar to: number_to_currency(line_item.price, :unit => "£") littering my views in various models. Since …

ruby-on-rails views dry
Laravel 4 Controller Templating / Blade - Correct method?

I've been reading through the Laravel 4 documentation and have been making a demo application to help with learning. I couldn't …

views laravel laravel-4 conventions blade
Sinatra Sub-Directory Views

I want to be able to get Sinatra views from sub-directories of ./views (such as ./views/admin). I know you …

ruby views sinatra