Framework list
Filter
MVC
minimal
library
routing
toolkit
ajax
shortlist
all
Submit
Add a new framework
.include-once.org
Filter
MVC
minimal
library
routing
toolkit
ajax
shortlist
all
Submit
Add a new framework
| limonade | |
title![]() | Limonade |
description![]() | micro framework for rapid web development and prototyping |
url![]() | http://www.limonade-php.net/ |
license![]() | MITL |
version![]() | 0.4.6 |
release![]() | 2009 |
size![]() | 2128 |
language![]() | PHP |
documentation![]() | ☆ |
maturity![]() | development |
development![]() | invite |
team![]() | single |
type![]() | minimal |
| limonade | |
coding.paradigm![]() | procedural |
coding.names![]() | c_style |
coding.autoloader![]() | ![]() |
coding.debug![]() | E_STRICT |
abstraction.level![]() | ![]() |
coding.unit_tests![]() | ![]() |
| limonade | |
modules.mvc![]() | |
modules.db![]() | ![]() |
modules.orm![]() | ![]() |
modules.crud![]() | ![]() |
modules.multidb![]() | ![]() |
modules.filedb![]() | ![]() |
modules.auth![]() | ![]() |
modules.cache![]() | ![]() |
modules.validate![]() | ![]() |
modules.filter![]() | ![]() |
modules.i18n![]() | ![]() |
modules.session![]() | ![]() |
modules.log![]() | ![]() |
modules.sandbox![]() | ![]() |
modules.benchmark![]() | ![]() |
modules.form![]() | ![]() |
modules.ajax![]() | ![]() |
modules.edp![]() | ![]() |
modules.plugins![]() | ![]() |
modules.dist![]() | ![]() |
modules.cli![]() | ![]() |
modules.scaffolding![]() | ![]() |
modules.rest![]() | ![]() |
| limonade | |
compatible.php![]() | php4 |
standard.html![]() | html4 |
compatible.app![]() | |
compatible.forks![]() | |
compatible.sql![]() | |
compatible.css![]() | |
compatible.plugin![]() | |
| limonade | |
security.db![]() | |
security.inputsanitization![]() | |
security.outputescaping![]() | |
security.auth![]() | |
security.admin![]() | |
| limonade | |
mvc.type![]() | PHP-Templating |
| limonade | |
routing.type![]() | front controller |
routing.rewriterules![]() | ![]() |
routing.dispatch![]() | ![]() |
routing.responder![]() | ![]() |
| limonade | |
model.type![]() | |
model.db![]() | |
model.backend![]() | |
| limonade | |
view.type![]() | template |
view.backend![]() | php |
view.collect![]() | setters |
view.output![]() | variables |
| limonade | |
controller.type![]() | handler |
controller.helper![]() | |
| limonade | |
configuration.type![]() | getter |
configuration.store![]() | |
configuration.format![]() | php |
| limonade | |
ajax.type![]() | |
ajax.library![]() | |
| limonade | |
util.upload![]() | ![]() |
util.session![]() | ![]() |
util.cookie![]() | ![]() |
util.pagination![]() | ![]() |
util.http![]() | ![]() |
util.url![]() | ![]() |
util.mime![]() | ![]() |
util.permission![]() | ![]() |
util.debug![]() | ![]() |
util.localization![]() | |
util.form![]() | |
| limonade | |
http.negotiation![]() | ![]() |
http.conditional![]() | ![]() |
util.xml![]() | ![]() |
util.rss![]() | ![]() |
util.zip![]() | ![]() |
util.mail![]() | ![]() |
util.gzip![]() | ![]() |
util.captcha![]() | ![]() |
util.dom![]() | ![]() |
util.markup![]() | ![]() |
util.pdf![]() | ![]() |
util.images![]() | ![]() |
util.wysiwyg![]() | ![]() |
util.webdav![]() | ![]() |
| limonade | |
util.sitemap![]() | ![]() |
util.pingback![]() | ![]() |
util.rpc![]() | ![]() |
service.twitter![]() | ![]() |
service.google![]() | ![]() |
service.facebook![]() | ![]() |
service.openid![]() | ![]() |
service.cardspace![]() | ![]() |
service.oauth![]() | ![]() |
service.opensearch![]() | ![]() |
service.geo![]() | ![]() |
service.paypal![]() | ![]() |
| limonade | |
forum_from_framework![]() | ![]() |
popular_apps![]() | ![]() |
big_websites![]() | ![]() |
You can also update this entry, if you have more information.
API:
function unregister_globals()
function remove_magic_quotes($array)
function render_limonade_css()
function render_limonade_file()
function option($name = null, $values = null)
function params($name_or_array_or_null = null, $value = null)
function set($name = null, $values = null)
function set_or_default($name, $value, $default)
function run($env = null)
function after($output)
function route_missing($request_method, $request_uri)
function autoload_controller($callback)
function stop_and_exit($exit = true)
function env($reset = null)
function app_file()
function error($errno = null, $function = null)
function halt($errno = SERVER_ERROR, $msg = '', $debug_args = null)
function error_handler_dispatcher($errno, $errstr, $errfile, $errline)
function error_default_handler($errno, $errstr, $errfile, $errline)
function error_not_found_output($errno, $errstr, $errfile, $errline)
function not_found($errno, $errstr, $errfile=null, $errline=null)
function error_server_error_output($errno, $errstr, $errfile, $errline)
function server_error($errno, $errstr, $errfile=null, $errline=null)
function error_layout($layout = false)
function error_notice($errno = false, $errstr = null, $errfile = null, $errline = null)
function error_notices_render()
function error_wont_halt_app($num)
function error_type($num = null)
function error_http_status($errno)
function request_method($env = null)
function request_method_is_allowed($m = null)
function request_is_get($env = null)
function request_is_post($env = null)
function request_is_put($env = null)
function request_is_delete($env = null)
function request_is_head($env = null)
function request_methods()
function request_uri($env = null)
function dispatch($path_or_array, $function, $options = array())
function dispatch_get($path_or_array, $function, $options = array())
function dispatch_post($path_or_array, $function, $options = array())
function dispatch_put($path_or_array, $function, $options = array())
function dispatch_delete($path_or_array, $function, $options = array())
function route()
function route_reset()
function route_build($method, $path_or_array, $func, $options = array())
function route_find($method, $path)
function render($content_or_func, $layout = '', $locals = array())
function partial($content_or_func, $locals = array())
function html($content_or_func, $layout = '', $locals = array())
function layout($function_or_file = null)
function xml($data)
function css($content_or_func, $layout = '', $locals = array())
function txt($content_or_func, $layout = '', $locals = array())
function json($data, $json_option = 0)
function render_file($filename, $return = false)
function url_for($params = null)
function h($str, $quote_style = ENT_NOQUOTES, $charset = null)
function flash($name = null, $value = null)
function flash_now($name = null, $value = null)
function flash_sweep()
function content_for($name = null, $content = null)
function end_content_for()
function benchmark()
function call_if_exists($func)
function define_unless_exists($name, $value)
function value_or_default($value, $default)
function v($value, $default)
function require_once_dir($path, $pattern = '*.php', $prevents_output = true)
function status($code = 500)
function redirect_to($params)
function redirect($uri)
function http_response_status($num = null)
function http_response_status_is_valid($num)
function http_response_status_code($num)
function http_ua_accepts($type, $env = null)
function mime_type($ext = null)
function file_mime_content_type($filename)
function file_read_chunked($filename, $retbytes = true)
function file_path($path)
function file_extension($filename)
function file_is_text($filename)
function file_is_binary($filename)
function file_read($filename, $return = false)
function file_list_dir($dir)
function array_replace( array &$array, array &$array1 )
function filter_var_url($str)
function filter_var_url($str)
Add a Comment