| Master/Detail Records Example |
asmancom |
I'm learning from the examples, but there isn't anything that actually returns master and detail records from the controller then renders them in the view.
How is this best done?
I have a bunch of resources, and capabilities, and be able to view the resources with a list of their capabilities as detail records.
In Microsoft Access, this is accomplished with sub-reports, or sub-forms... what is the PROPER way to do it in Web2PY.
I'm going to be doing a lot of this kind of stuff and I don't want to be doing it in an inefficient manner. |
Development |
2010-06-11
|
Jquery
|
0
|
| ssh tunnel to admin |
kuba |
PORT FORWARDING VIA SSH (ADMiN DISABLED PROBLEM) |
Development |
2010-03-08
|
ssh
admin
|
0
|
| Unit testing |
jonromero |
A unit testing solution |
Development |
2010-03-02
|
UnitTesting
|
5
|
| Full Breadcrumbs |
alexandreandrade |
This is for applications that use nested functions, where you want the user pass by a function first to go to another, so you can set the parent functions, getting the history of navigation or hide the own function |
Development |
2009-12-29
|
script
breadcrumb
|
5
|
| Easy Breadcrumbs |
alexandreandrade |
Easily makes and personalize breadcrumbs. This one is for applications don't use nested functions |
Development |
2009-12-28
|
script
breadcrumb
|
5
|
| Web2py Environment for debugging |
thadeusb |
Place a div on your page, and a little jquery magic, you have access to request, response, and session. Remember, this is to help in the development process |
Development |
2009-12-08
|
debugging
|
5
|
| Version Control Development Vs. Production |
thadeusb |
A strategy for keeping your application under version control, while allowing easy updating on your production app. |
Development |
2009-11-02
|
mercurial,
version-control,
deployment
|
0
|
| Class-based plugin for web2py : A case study with cairo piechart |
suiato |
This application shows an experimental example of a class-based plugin scheme on web2py. The 'cairo piechart' application (slice12) by ont.rif is restructured to demonstrate part of the scheme. |
Development |
2009-10-26
|
class-based
plugin
class
module
application
controller
|
5
|
| Paypal integration in Web2py |
benigno |
This document is meant to be an introduction to Paypal integration in web2py, it does, by no means, cover all the possible integrations with Paypal, and is mostly centered on what Paypal names \emph{Standard Integration}. The examples given are proven at the time of writing this article, but they should be taken only as a lead and starting point rather than reference. For that, please use both paypal's and web2py's documentation. |
Development |
2009-10-09
|
paypal
integration
|
5
|
| Dynamic Menu |
mr.freeze |
I use this function to build a dynamic menu from the contents of my controllers. I mainly use it during development. I should also mention that this won't work if you byte-code compile your app and distribute it without source code. |
Development |
2009-09-05
|
dynamic
menu
|
0
|
| Debugging with Eclipse and PyDev |
mr.freeze |
These are the steps I used to setup Eclipse and PyDev to debug web2py apps. Sure you can edit code through the admin interface (which is extremely handy for quick changes) but there's nothing quite like setting a break point and inspecting variables. |
Development |
2009-08-25
|
PyDev
debugging
Eclipse
|
4
|
mr.freeze
mr.freeze
jumi
paulgerrard