My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Wiki pages
Links

Knop is a web application framework for Lasso Professional, consisting of a number of core components implemented as custom types, and a defined application flow and folder structure.

How to get started

First of all you need Lasso Professional. Then:

  • Download and install the "Knop demo package" (install at the minimum knop.lasso in Lasso Libraries)
  • Download the "Knop paper" with examples.
  • Read through the paper and play with the examples
  • Play with and tear apart the demo solution
  • Join the mailing list to get any questions cleared up - send email to knop-on@lists.montania.se
  • Start building your own solutions

The most current version of knop.lasso can always be found in the SVN repository under the Source tab.

But... With all this said and done... I rarely use inlines for database interactions. Instead I prefer the framework Knop for the convenience of dealing with the entire chain. So once you are acquainted to inlines, check out Knop and enjoy the ease with how Knop helps you build forms, display results and interact with databases.

-- Jolle Carlestam

Recent changes

2011-09-04

  • The latest working version of Knop for Lasso 9 is in the lasso9rewrite branch.
  • Trunk contains the most up-to-date version for Lasso 8.

2009-10-02

  • The code base has been split for the work towards Lasso 9 compatibility. Trunk is actively developed but might not be fully stable. For a stable release, download Branches -> Release L8.

2008-09-11

  • Updated project information and downloads

2008-06-03

  • Added help.lasso to display the built in autogenerated reference. It also shows the change notes for each knop ctype (requires a knop version released today or newer). Get it under Downloads (contributed by Jason Huck).

2008-01-22

  • The code repository is finally in use! The latest versions will always be there. http://code.google.com/p/knop/source.
  • knop_grid and knop_lang got a couple of bug fixes for quicksearch and fallback to default language.

2007-12-12

  • Much improved automatic documentation. All custom types now have meaningful -> help member tags, that use -description to describe each member tag and the parameters, and is guaranteed to list all parameters for each tag since it uses Lasso mechanisms to list all parameters. Most knop custom tags have a description that can be accessed like this: \knop_unique -> description
  • knop_cachestore and knop_cachefetch have been implemented (experimental state).

2007-12-03

  • knop_lang has been implemented.
  • knop_grid is now multilingual.

Powered by Google Project Hosting