The view tag has no wiki summary.
-3
votes
0answers
33 views
How to create an Android Class with view elements as attributes? [closed]
05-08 11:03:57.030: E/AndroidRuntime(3933): FATAL EXCEPTION: main
05-08 11:03:57.030: E/AndroidRuntime(3933): java.lang.IllegalStateException: Could not execute method of the activity
05-08 ...
0
votes
1answer
350 views
PHP MVC error handling, view display and user permissions
I am building a moderation panel from scratch in a MVC approach and a lot of questions cropped up during development. I would like to hear from others how they handle these situations.
Error ...
2
votes
3answers
129 views
Where should “display functions” live in an MVC web app?
I'm using the Yii Framework which is an MVC php framework that is pretty similar to your standard web-based MVC framework. I want to display the related data from a many-to-many table as a list of ...
2
votes
3answers
2k views
Rails - Does using partials slow views rendering?
I'm having performance issues on a Rails 3.1.0 application, now I've done dome changes on my queries with AR and so but views still takes too many time to render, I've divided the views, loops and so, ...
2
votes
1answer
120 views
What conventions or frameworks exist for MVVM in Perl?
We're using Catalyst to render lots of webforms in what will become a large application. I don't like the way all the form data is confusingly into a big hash in the Controller, before being passed to ...
1
vote
7answers
348 views
Should PHP view files be called something other than '.php'?
By default, any file that PHP touches is usually suffixed with .php. It's universally understood by Apache / Nginx as the default for PHP files and most setups expect PHP files to end in this ...