rawdev.bokenkamp.com
Core - RawDev : a practical PHP framework
http://rawdev.bokenkamp.com/api/core
RawDev : a practical PHP framework. Dealing with Fatal Errors. UPENN UI Conference Presentation. Wisdom is not communicable. The wisdom that a wise man tries to communicate always sounds foolish. Select a class to find specific API documentation or navigate to a sub-module.
rawdev.bokenkamp.com
Exception - RawDev : a practical PHP framework
http://rawdev.bokenkamp.com/api/core/exception
RawDev : a practical PHP framework. Dealing with Fatal Errors. UPENN UI Conference Presentation. Wisdom is not communicable. The wisdom that a wise man tries to communicate always sounds foolish. Class RException extends ErrorException. This class is a minor extension of the regular Exception class. Rather than using numbers, RawDev exceptions use string based types (e.g. not null, division by zero). Type of error (e.g. division by zero). An array of string params that are displayed in the message.
rawdev.bokenkamp.com
Stdin - RawDev : a practical PHP framework
http://rawdev.bokenkamp.com/api/util/stdin
RawDev : a practical PHP framework. Dealing with Fatal Errors. UPENN UI Conference Presentation. Wisdom is not communicable. The wisdom that a wise man tries to communicate always sounds foolish. Handy for for command line application that use keyboard input. For testing purposes the input can be faked. A fifo buffer of faked inputs. Reads the keyboard input ending with [enter]. The input can be faked for testing purposes (see sample). The message that is displayed on the same line that the input is typed.
rawdev.bokenkamp.com
Dumper - RawDev : a practical PHP framework
http://rawdev.bokenkamp.com/api/util/dumper
RawDev : a practical PHP framework. Dealing with Fatal Errors. UPENN UI Conference Presentation. Wisdom is not communicable. The wisdom that a wise man tries to communicate always sounds foolish. A stack of variables that represent the nested pages that are browsed (e.g. array($complex, $complex['city'], $complex['city']['neighborhood']) when browsing $complex.city.neighborhood). Creates a new dumper object and displays the complex variable for browsing. The value to be browsed. The value to be browsed.
rawdev.bokenkamp.com
Model Layer Overview - RawDev : a practical PHP framework
http://rawdev.bokenkamp.com/documentation/modellayeroverview
RawDev : a practical PHP framework. Dealing with Fatal Errors. UPENN UI Conference Presentation. Wisdom is not communicable. The wisdom that a wise man tries to communicate always sounds foolish. Posted Feb 27, 2010, 5:45 AM. Storage of data as well as access to data in RawDev is facilitate by the data aspect or model. Such as in M. The layers in the RawDev model (the data aspect). Users, Groups, Roles. SQL (across data sources). Caching, Copying, Synchronizing. Overview of the three layers. Enjoy signif...
rawdev.bokenkamp.com
Fatal - RawDev : a practical PHP framework
http://rawdev.bokenkamp.com/api/core/fatal
RawDev : a practical PHP framework. Dealing with Fatal Errors. UPENN UI Conference Presentation. Wisdom is not communicable. The wisdom that a wise man tries to communicate always sounds foolish. The function that is called when a fatal error occurs with the paramers: ($message, $file, $line). Sets the callback function that is called when a fatal error occurs. The function that is called when a fatal error occurs with the paramers: ($message, $file, $line). Internal function that is called when the ob b...
rawdev.bokenkamp.com
Util - RawDev : a practical PHP framework
http://rawdev.bokenkamp.com/api/util
RawDev : a practical PHP framework. Dealing with Fatal Errors. UPENN UI Conference Presentation. Wisdom is not communicable. The wisdom that a wise man tries to communicate always sounds foolish. Select a class to find specific API documentation or navigate to a sub-module.
rawdev.bokenkamp.com
Documentation - RawDev : a practical PHP framework
http://rawdev.bokenkamp.com/documentation
RawDev : a practical PHP framework. Dealing with Fatal Errors. UPENN UI Conference Presentation. Wisdom is not communicable. The wisdom that a wise man tries to communicate always sounds foolish. Posted Mar 14, 2010, 11:56 AM. Require once("rawdev/RawDev.php");. Require once(RAWDEV LIB.'/Util/Timer.php');. RTimer: start(); # starts the timer. RTimer: lap('sleep'); # records a lap time with label 'sleep'. RTimer: display(); # displays the lap times. I personally use this library all the time. It helps...
rawdev.bokenkamp.com
Api - RawDev : a practical PHP framework
http://rawdev.bokenkamp.com/api
RawDev : a practical PHP framework. Dealing with Fatal Errors. UPENN UI Conference Presentation. Wisdom is not communicable. The wisdom that a wise man tries to communicate always sounds foolish.
rawdev.bokenkamp.com
Test - RawDev : a practical PHP framework
http://rawdev.bokenkamp.com/api/test
RawDev : a practical PHP framework. Dealing with Fatal Errors. UPENN UI Conference Presentation. Wisdom is not communicable. The wisdom that a wise man tries to communicate always sounds foolish. Select a class to find specific API documentation or navigate to a sub-module.