What's with the arrows?

Source: Internet
Author: User
Facing to the

Imperial CMS is a process to write the PHP site, but I found it also useful in the use of arrows to write the statement, not to say, this type of arrow is oriented to the direction of the way, why in the process of the site also appear this arrow, do it have another meaning?
Here is the code
while ($BQR 2= $empire->fetch ($ecms _bq_sql2))
{
$BQSR 2=sys_returnecmsloopstext ($BQR 2);
$bqno 2++;
?>


Reply to discussion (solution)

You Print_r ($empire); Can you see what he is?

Why does this kind of arrow appear on the Web site of the process?
The shape of the top? It's a bit of a black and white feeling.

You Print_r ($empire); Can you see what he is?

Why does this kind of arrow appear on the Web site of the process?
The shape of the top? It's a bit of a black and white feeling.

The result of my print_r is
Mysqlquery Object ([Dblink] = [SQL] = Resource ID #75 [query] + [num] = [r] = = Array ([0] = 15 [ CLASSID] [1] = [BCLASSID] = [2] = lumbar disc herniation [classname] = lumbar disc protrusion treatment [3] = [Sonclass] =&gt ; [4] = 0 [Is_zt] = 0 [5] = 6 [Lencord] = 6 [6] = [Link_num] [7] = [Newstempid] = [8] = 0 [onclick] = 0 [9] = [Listtempid] = [ten] = |7|11| [Featherclass] = |7|11| [One] = 1 [Islast] = 1 [[]] = jzk/yztc/zl [Classpath] = jzk/yztc/zl [+] =. html [ClassType] +. htm l [+] = y-m-d [Newspath] = y-m-d [[] = 0 [FileName] = 0 [+] +. html [filetype] +. html [+] =&G T 0 [OPENPL] + 0 [+] + 0 [Openadd] + 0 [[] [] [newline] [10] [] = [hotline] [] [+] = > [Goodline] [0] [Classurl] [+] = [+] = 0 [GroupID] = 0 [[]] [25] [Myorder] + = 0 [] = [FILENAME_QZ] + = [1] [hotplline] [[+] = [Modid] = [+] = [+] = [checked] = 1 [+] = [Firstline ] [+] = Lumbar disc herniation [bname] = lumbar disc protrusion treatment [+] = 1 [Islist] = 1 [3] = 0 [searchtempid] + 0 [ 3] [tid] = [GKBZ] = [Tbname] = GKBZ [+] = 0 [maxnum] 0 [approx] = 0 [CHECKPL] = 0 [PNS] = 2 [Down_num] = 2 [+] = 2


I don't know what that means.

$empire must be an object.


You Print_r ($empire); Can you see what he is?

Why does this kind of arrow appear on the Web site of the process?
The shape of the top? It's a bit of a black and white feeling.

The result of my print_r is
Mysqlquery Object ([Dblink] = [SQL] = Resource ID #75 [query] + [num] = [r] = = Array ([0] = 15 [ CLASSID] [1] = [BCLASSID] = [2] = lumbar disc herniation [classname] = lumbar disc protrusion treatment [3] = [Sonclass] =&gt ; [4] = 0 [Is_zt] = 0 [5] = 6 [Lencord] = 6 [6] = [Link_num] [7] = [Newstempid] = [8] = 0 [onclick] = 0 [9] = [Listtempid] = [ten] = |7|11| [Featherclass] = |7|11| [One] = 1 [Islast] = 1 [[]] = jzk/yztc/zl [Classpath] = jzk/yztc/zl [+] =. html [ClassType] +. htm l [+] = y-m-d [Newspath] = y-m-d [[] = 0 [FileName] = 0 [+] +. html [filetype] +. html [+] =&G T 0 [OPENPL] + 0 [+] + 0 [Openadd] + 0 [[] [] [newline] [10] [] = [hotline] [] [+] = > [Goodline] [0] [Classurl] [+] = [+] = 0 [GroupID] = 0 [[]] [25] [Myorder] + = 0 [] = [FILENAME_QZ] + = [1] [hotplline] [[+] = [Modid] = [+] = [+] = [checked] = 1 [+] = [Firstline ] [+] = Lumbar disc herniation [bname] = lumbar disc protrusion treatment [+] = 1 [Islist] = 1 [3] = 0 [searchtempid] + 0 [ 3] [tid] = [GKBZ] = [Tbname] = GKBZ [+] = 0 [maxnum] 0 [approx] = 0 [CHECKPL] = 0 [PNS] = 2 [Down_num] = 2 [+] = 2


I don't know what that means.

This indicates that $empire is a result set object after a MySQL database query. This object holds the results of the SQL statement query.

Mysqlquery Object is not the meaning
Is $empire an object derived from Mysqlquery?

I listen to QQ group said that this is a class, that is, the process has a class. I don't understand.

If you've used an ORM, a framework, and so on, you'll find that the object-oriented invocation in the process-oriented approach is actually too common.

Create an object, then assign the value, and finally save it, so you can:

$student =new student ();
$student->setname= ' Peter ';
$student->setsex= ' M ';

$entityManager->persist ($student);
$entityManager->flush ();


Object calls!!

Take a look at the object-oriented knowledge.

Isn't it better to be object-oriented?

  • Related Article

    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.