Jifty simplifies record fetching.
Firstly, developers can use the "M" method to load the record of a book with a specific ID. Secondly, it is possible to load records by other criteria such as ISBN. For instance, to load a collection of books, developers can use the "M" method with "BookCollection" and author as a parameter.
Even better, developers can load records even more efficiently with the second syntax specified in the SYNOPSIS. With this syntax developers can load records for the "Book" model with the same parameters in a more succinct way.
Jifty programmers often find themselves tired of retyping code in their View or Dispatcher when retrieving records or collections of records. This module was developed to address this challenge and make the process simpler for developers.
Version 0.22: N/A