Global function--load_class () within the WUZHICMS

Source: Internet
Author: User

Load_class ()

You can load and instantiate an object in the/coreframe/app/module name/libs/class/$class. class.php class file, and if there is an extension class file ext_$class.class.php also instantiate the object.

Object Load_class (String $class [, String $m = ' Core ' [, String $param =null]])

Parameters:

$class: Class name

$m: module name, default is core module:/coreframe/app/core

$param: parameter, default is NULL

return Result:

The function returns the result as an object instance

Instance:

Get a record of id=10 in the Wz_content_share table

class  Test {  private$db;   function  __construct () {  $this->db = load_class (' db '); }  function  getone () {  $recorder$this->db->get_one (' Content_  Share ',array(' id ' =>10$recorder; }}

Global function--load_class () within the WUZHICMS

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.