New pages

From Surebert wiki

New pages
Hide bots | Show redirects
  • 11:28, 30 June 2011 ‎Framework:sb Controller Command Line (hist) ‎[1,867 bytes] ‎Paul (Talk | contribs) (Created page with "=Overview= Used to create command line script for your surebert application. While all views/controllers can be accessed via the command line, controllers that extended sb_Contr...")
  • 20:22, 10 June 2011 ‎Repository (hist) ‎[454 bytes] ‎Paul (Talk | contribs) (Created page with "=Surebert Framework= Repository: http://surebert.com/svn/framework Logs: <source lang="bash"> svn log -v http://surebert.com/svn/framework/ </source> =Surebert Toolkit= Reposit...")
  • 20:17, 10 June 2011 ‎MIT license (hist) ‎[1,053 bytes] ‎Paul (Talk | contribs) (Created page with "Copyright (c) 2011 Paul Visco Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), ...")
  • 00:25, 31 March 2011 ‎Framework:.htaccess (hist) ‎[314 bytes] ‎Paul (Talk | contribs) (Created page with "The .htaccess file looks for files in the public folder and if there is no match it redirects the request to the gateway in order to facilitate the request. If using another ser...")
  • 22:34, 30 March 2011 ‎Framework:sb Controller REST (hist) ‎[1,943 bytes] ‎Paul (Talk | contribs) (Created page with "=sb_Controller_REST= sb_Controller_REST is a custom controller you can extend which handles the full spectrum of HTTP request methods and fires the corresponding controller metho...")
  • 22:31, 30 March 2011 ‎Framework:sb Controller JSON RPC2 (hist) ‎[1,848 bytes] ‎Paul (Talk | contribs) (Created page with "=Creating a JSON RPC2 Server Using sb_Controller_JSON_RPC2= Creatng a JSON RPC2 server with the surebert framework is easy. Simple extend the sb_Controller_JSON_RPC2_Server clas...")
  • 22:29, 30 March 2011 ‎Framework:Controllers (hist) ‎[4,881 bytes] ‎Paul (Talk | contribs) (Created page with "=Framework:Controllers Overview= The controllers basically intercept all requests coming in from the Gateway respond back with the appropriate data. The controller is the $this ...")