rgobj()

rgobj()

DescriptionUsageParametersExamplesSource Code

Description
Gets a method within an object.
Usage
1rgobj( $obj, $name );
Parameters

$obj object
The object that you want to access.

$name string
The method within the object that you want to access.

Examples
1234// Returns the return value of _object->method_.$obj = 'object';$name = 'method';rgobj( $obj, $name );
Source Code
This function is located in forms_model.php

發表回覆

您的電子郵箱地址不會被公開。 必填項已用 * 標註