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

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注