Interview Question in SQL Server Data Services (SSDS)


 

Interview Question :: Is there something like javabean for php


I'm looking for a php library which can perform like javabean(i.e. simpler SQL commands, or structured data type, etc)

Since I'm using a hosting service, it should be something as simple as include("") to use the library, not installing it like pear.

Is there such a library like that?
Answers to "Is there something like javabean for php"
RE: Is there something like javabean for php?

Many hosting services include PEAR. Other than that, I'm not aware of any other libraries. I just do straight php...
 
Vote for this answer ::  
RE: Is there something like javabean for php?

PHP has something called PEAR. PEAR stands for PHP Extension and Application Repository. I left the link below if you want to read up on it. Also, if you read the PHP manual, I do believe there is a section in it that covers that topic.
 
Vote for this answer ::  
Update Alert Setting