[WeBuilder] Bug report: Intellisense on mysqli class

Post your questions and problem reports here

Moderator: kfury77

Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.

  • Check the Support section of the corresponding product first. Chances are you will find your answer there;
  • Do not create new topics for already reported problems. Add your comments to the existing topics instead;
  • Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
  • Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
  • Include the version number of the software you are using;
  • This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;

[WeBuilder] Bug report: Intellisense on mysqli class

Postby Alextocode » Wed Jul 02, 2014 12:07 pm

Hello there,

Alex Implodes from Facebook here :D

I got WeBuilder 12.2 on my USB flash drive (but I guess it's still the same on my installed 12.3 at home).

If i create a new mysqli connection like this

Code: Select all
$connection = new mysqli("server", "user", "password", "database");


I got issues with the items in my intellisense:
There are displayed members, that are NOT available in this class (http://de3.php.net/manual/en/class.mysqli.php)

Image

e.g. mysqli_fetch_assoc is a member of the mysqli_result class not of the mysqli class. fetch_array is not available, that's okay, but unlogical then^^
moreover all members, e.g. even mysqli_affected_rows are marked as methods. but there are some properties as well :(
Others, like mysqli_client_info are missing :O

if I continue to create a new object from the result class with:

Code: Select all
$result = $connection->query("SELECT......");


my $result doesen't have any intellisense if I write $result->
I would have expected to see all this members, defined here: http://de3.php.net/manual/en/class.mysqli-result.php

Maybe these strange behavior can be fixed.

Greetz :)

Alex
Alextocode
 
Posts: 6
Joined: Wed Jul 02, 2014 11:51 am

Re: [WeBuilder] Bug report: Intellisense on mysqli class

Postby Aivars » Wed Jul 02, 2014 10:56 pm

You're right, I'll add this to the issue tracker.
Blumentals Software Programmer
User avatar
Aivars
Blumentals Software Developer
 
Posts: 2456
Joined: Thu Aug 22, 2002 1:40 pm
Location: Latvia


Return to HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support

Who is online

Users browsing this forum: No registered users and 6 guests

cron