bamboo-2009.6.25: A simple blog middleware on hackSource codeContentsIndex
Bamboo.Controller.Helper
Documentation
init_state :: ControllerSource
inputs :: Env -> AssocSource
params :: Env -> AssocSource
input_with_default :: String -> String -> Env -> StringSource
param_with_default :: String -> String -> Env -> StringSource
get_input :: String -> Env -> Maybe StringSource
get_param :: String -> Env -> Maybe StringSource
just_input :: String -> Env -> StringSource
just_param :: String -> Env -> StringSource
io :: MonadIO m => IO a -> m aSource
fill_latest_posts :: Part ()Source
fill_tags :: Part ()Source
paginate :: [a] -> Part PagerSource
paged :: [a] -> Part ([a], Pager)Source
for_current_page :: Pager -> [a] -> [a]Source
init_post_meta_data :: Post -> Part PostSource
run :: Controller -> View -> ApplicationSource
not_found :: ControllerSource
Produced by Haddock version 2.4.2