PHP Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsProgramming LanguagesPHP Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old June 6th, 2000, 12:38 AM
nnh97 nnh97 is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2000
Posts: 7 nnh97 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via ICQ to nnh97
Dear everybody,

I am developing a new version of PhpDB, which will support most database universally including MySQL, Oracle, Sybase, Microsoft SQL Server, ODBC ....
I would like to do some feature very much like ASP/ADO in my PhpDB, for example:

$rs = new RecordSet();
$sql = "SELECT f1 FROM xxx ";
$rs->open( $sql, "server=xxx;driver=mysql;database=xxx");
echo $rs["f1"];
echo $rs->fields["f1"];
echo $rs->fields["f1"]->value;

The output yields same result even according to different programming style.

PhpDB also need to support the following programming style:

$sql = "SELECT f1, f2, f3 FROM table1 WHERE f4=yyy";
$rs->open( $sql, "server=xxx;driver=mysql;database=xxx");
$rs["f1"] = "hello";
$rs["f2"] = "hello 2";
$rs["f3"] = "hello 3";
$rs->update();

What i know to accomplish such feature, the language should support default property in OOP (like Delphi), operator
overloading (like C++), collection (like VB).

When php will provide such feature?


Thank you.


William Ng.

Reply With Quote
  #2  
Old June 6th, 2000, 01:31 AM
Shiju Rajan's Avatar
Shiju Rajan Shiju Rajan is offline
.Net Developer
Dev Shed Novice (500 - 999 posts)
 
Join Date: Feb 2000
Location: London
Posts: 987 Shiju Rajan User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 h 26 m 22 sec
Reputation Power: 14
Send a message via MSN to Shiju Rajan Send a message via Yahoo to Shiju Rajan

See,, you can create the class files and intilize that in your php program.So you can use the script like what you have mentioned earlier.

you can find out some good article in phpbuilder.com regarding classes in php



------------------
SR -
shiju.dreamcenter.net

"The fear of the LORD is the beginning of knowledge..."

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming LanguagesPHP Development > Is php suitable for developing component?

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap