code-builder-0.1.3: Simple system for generating code.

Safe HaskellNone

Code.Build.PHP

Documentation

phpIf :: (Codeable a, CodeList b) => a -> b -> CodeSource

for :: (Codeable a, CodeList b) => a -> b -> CodeSource

php :: CodeList a => a -> CodeSource

call :: CodeList a => String -> a -> CodeSource

proc :: CodeList a => String -> a -> CodeSource

ret :: Codeable a => a -> CodeSource

new :: Codeable a => String -> a -> CodeSource

var :: Codeable a => String -> a -> CodeSource