Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Displaying output

by ides (Deacon)
on May 14, 2007 at 14:41 UTC ( [id://615328]=note: print w/replies, xml ) Need Help??


in reply to Displaying output

That's really a matter of personal taste. You can do the "limiting" in either place. I weigh the decision on this type of thing based on the server resources used. If the cost of retrieving the data is high and likely to be large often, then I would put it into the controller. That way you can limit it as early as possible, for example if you know you want to page rows from the database 50 at a time, it's best to just make the SQL 'LIMIT 50'.

If the chance that the data is too large are small ( not frequent ) and the cost to retrieve it isn't large, then I would probably opt to limit it in the template. So as not to overly limit the flexibility of the application.

Frank Wiles <frank@revsys.com>
www.revsys.com

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://615328]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (2)
As of 2024-04-20 05:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found