This tag is for questions about database view or UI / architectural view.
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-deniedI've created a view with a set filters exposed (to show filtering options in the page). And one of those …
drupal views drupal-viewsIn 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-functionsI need to add more than two views to my viewSwitcher. I tried but I get following error log: Can't …
android views viewswitcherI have code similar to: number_to_currency(line_item.price, :unit => "£") littering my views in various models. Since …
ruby-on-rails views dryI'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 bladeI want to be able to get Sinatra views from sub-directories of ./views (such as ./views/admin). I know you …
ruby views sinatra