473,698 Members | 2,411 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

accessing an stdClass Object

red
If I use PEAR to produce an accociative array from a mysql table, and
display the array with print_r, it says it is an array and it displays
values like a regular array:

Array
(
[id] => 1
[datatype] => image/gif
[name] => buffaloa.gif
[size] => 153473
[filedate] => 2004-10-02 07:03:43
)
But if I try to access the members of the array, they act like
stdClass objects. print_r produces something like this:
stdClass Object
(
[:private] => buffaloa.gif
)

echo simply says it is "Object id #1"

I would like to access the members of the array but I don't see how.

below is the code I am using and the output
db() is just my debugging function which uses print_r for output

code:
$mode=DB_FETCHM ODE_ASSOC;
$sql="select * from $table";
echo t(1)."Table:$ta ble$n";
$res = $db->query($sql);
while($trows = $res->fetchRow($mode )){
db($trows,'trow s'); //output looks like an array
foreach($trows as $trow->$data){
db( $trow,'trow'); // output looks like an stdClass Object
db($data,'data' ); // output is empty
}
}

output:
trows Array
(
[id] => 1
[datatype] => image/gif
[name] => buffaloa.gif
[size] => 153473
[filedate] => 2004-10-02 07:03:43
)
trows

trow stdClass Object
(
[:private] => 1
)
trow

data data

trow stdClass Object
(
[:private] => image/gif
)
trow

data data

trow stdClass Object
(
[:private] => buffaloa.gif
)
trow

data data

trow stdClass Object
(
[:private] => 153473
)
trow

data data

trow stdClass Object
(
[:private] => 2004-10-02 07:03:43
)
trow

data data
Jul 17 '05 #1
2 3920
red wrote:
code:
$mode=DB_FETCHM ODE_ASSOC;
$sql="select * from $table";
echo t(1)."Table:$ta ble$n";
$res = $db->query($sql);
while($trows = $res->fetchRow($mode )){
db($trows,'trow s'); //output looks like an array
foreach($trows as $trow->$data){
db( $trow,'trow'); // output looks like an stdClass Object
db($data,'data' ); // output is empty
}
}


You are using the wrong operator in foreach, "->" should be "=>":

foreach($trows as $trow => $data){
...
}
JW

Jul 17 '05 #2
red
Janwillem Borleffs wrote:
red wrote:
code:
$mode=DB_FETC HMODE_ASSOC;
$sql="selec t * from $table";
echo t(1)."Table:$ta ble$n";
$res = $db->query($sql);
while($trow s = $res->fetchRow($mode )){
db($trows,'trow s'); //output looks like an array
foreach($trows as $trow->$data){
db( $trow,'trow'); // output looks like an stdClass Object
db($data,'data' ); // output is empty
}
}

You are using the wrong operator in foreach, "->" should be "=>":

foreach($trows as $trow => $data){
...
}
JW

OK... It all makes sense now. Its just a stupid mistake. Whew. I
couldn't understand why a key-value of an array is suddenly an object. I
thought it was some kind of PHP or PEAR consrtuct I never heard of. I
guess key-value pairs are always objects. Thanks
Jul 17 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
2410
by: Sandeep | last post by:
Hi, In the following code, I wonder how a private member of the class is being accessed. The code compiles well in Visual Studio 6.0. class Sample { private: int x; public:
2
44192
by: juglesh | last post by:
hello, i have a d/l'd class that gives an array which prints like this: stdClass Object ( ] => stdClass Object ( => text => => fisrt name => yes
3
2027
by: Alex | last post by:
I'm having a problem porting an ASP solution to ASPX. In the ASP solution I'm accessing a DCOM server, create sub DCOM objects and call functions from VB script on the ASP pages. The DCOM object handles are stored in session variables. This works fine without a problem. Ported it to ASPX, accessing the same DCOM server from code behind pages. Still, usually no problems. However sometimes I'm seeing an error stating that the DCOM handle...
4
13490
by: Skrol29 | last post by:
Hello, It can be very usefull to code: $obj = new stdClass; Unfortunately the few that the documentation officially tells about this class is: ****************************** The name stdClass is used internally by Zend and is reserved. You cannot have a class named stdClass in PHP. http://www.php.net/manual/en/language.oop.php
5
53862
by: JamesG | last post by:
Hi, I have the following object, I need to extract the SysMessage property. stdClass Object ( =stdClass Object ( =Your consignment could not be found on our system ) ) I could do this:
2
10846
by: Jean Marie | last post by:
Hi, i have a problem with the usage of stdClass. From a SOAP based web service i get a code list as an array of stdClass instances: array ( 0 => stdClass::__set_state(array(
9
37177
ebcovert3
by: ebcovert3 | last post by:
Ok, I really need help. I am running EE (an older version admittedly) but this just started happening. I noticed a lot of spam accounts being requesting authorization to my website. I went in to the account management section of my website and I am presented with this: Catchable fatal error: Object of class stdClass could not be converted to string in /home/ninjamon/public_html/guitars/pm/cp/members.cp.php on line 62 Here is my...
1
5734
by: electronik | last post by:
Hello! My var_export() from $object says: stdClass::__set_state(array( 'event_id' => '21', 'test' => 5, 'anode' => NULL, )) I want to access 'anode'.
6
4509
by: muckymuck | last post by:
Hello, i would like to know how i can get better output from a foreach. this code: $x = $wpdb->get_results("SELECT * FROM " . WP_PLAATJES); foreach ($x as $y) { print_r($y); var_dump( $y ); outputs:
0
8675
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8604
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9160
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8897
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7729
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4370
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4619
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3050
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2331
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.