Welcome, Guest Log In

Class Krai_Db_Object

Class Overview

Database data object

This is the class that the objets fetched as results from a select query should be.

Located in /Krai/Db/Object.php [line 24]



		
		
		
		

Properties

Methods

[ Top ]
Property Summary
array   $DATA   Holds the actual data

[ Top ]
Method Summary
Krai_Db_Object   __construct()   Constructor. Does nothing
array   ToArray()   Convert the database object to an array
mixed   __get()   PHP Magic function

[ Top ]
Properties
array   $DATA = array() [line 34]

Holds the actual data

This variable holds the values of the columns.

API Tags:
Access:  private


[ Top ]
Methods
Constructor __construct  [line 40]

  Krai_Db_Object __construct( )

Constructor. Does nothing



[ Top ]
ToArray  [line 68]

  array ToArray( )

Convert the database object to an array

This function allows for conversion of the object into an associative array


API Tags:
Access:  public


[ Top ]
__get  [line 49]

  mixed __get( mixed $nm  )

PHP Magic function

Parameters:
mixed   $nm:  Name of the value

API Tags:
Access:  public


[ Top ]

Documentation generated on Fri, 25 Jul 2008 15:19:42 -0400 by phpDocumentor 1.4.2
Krai Framework site admin credits sitemap valid xhtml?