search
Homephp教程PHP源码大型系统中使用到的用户类

大型系统中使用到的用户类

PHP代码

<?php
    class user
    {
        var $usertable;
 
        function get_oneuser($field,$value)
        {
            $field_array=array("id","name");        //查询方式
            if(in_array($field,$field_array))
            {
                $sql="SELECT * FROM `$this->usertable` FROM $field=&#39;$value&#39;";
                $db=new database;
                $res=$db->execute($sql);
                $obj_user=mysql_fetch_object($res);
                return $obj_user;
            }
            else    echo "查询方式不对";
        }
 
        function get_moreusers()
        {
            global $db;
            $argnums=func_num_args();
            $argarr=func_get_args();
            switch($argnums)
            {
                case 0:
                    $sql="SELECT * FROM `$this->usertable`";
                    break;
                case 2:
                    $sql="SELECT * FROM `$this->usertable` WHERE $argarr[0]=&#39;$argarr[1]&#39;";
                    break;
                case 4:
                    $sql="SELECT * FROM `$this->usertable` WHERE $argarr[0]=&#39;$argarr[1]&#39; AND $argarr[2]=&#39;$argarr[3]&#39;";
                    break;
            }
            //$db=new database;
            $res=$this->execute($sql);
            $obj_arr=array();
            while($obj=mysql_fetch_object($res))
            {
                $obj_arr[]=$obj;
            }
            return $obj_arr;
        }
 
 
 
 
 
    }
 
 
 
?>


Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools