PHP Classes

Packages of Sandeep.C.R

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Sandeep.C.R (2)  >  Mission progress status  >  Reputation  
Picture of Sandeep.C.R
Name: Sandeep.C.R <contact>
Classes: 2
Country: India India
Age: 43
All time rank: 138377 in India India
Week rank: 195 Up19 in India India Up
All time users: 2216
Week users: 0
Innovation award
Innovation award
Nominee: 1x

Winner: 1x
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image CRDB  
Access data in MySQL tables using object notations
This package can be used to store and retrieve data in MySQL databases using intuitive object notations.

There are several classes that abstract the access to a MySQL database table in order to create, read, update and delete database table rows as if they were objects.
RatingsUtility Consistency Documentation Examples Tests Videos Overall Rank
All time: 83% 75% 75% 70% - - 63% 794
Month: Not yet rated by the users

  Files folder image crXml  
PHP Programming Innovation award winner
February 2011
Winner


Prize: One copy of the Zend Studio
Manipulate XML documents as array
Out the difficulties of using simpleXML for xml parsing in PHP(when it invlolves namespaces), I have created this PHP class, CRXML for xml Manipulation.

This class can be used to create, parse and manipulate XML documents using a combination of object and array notations.

It can create a new XML document or load an existing document from a string and allow applications to manipulate the xml using PHPs object and array notations.

The highlights of this class.

1. Name spaced nodes are accessed in the same manner as non-names paced ones, by using notation ->{'prefix:nodeName'}.

2. Php code generation for the access of any node;A feature useful in parsing complex xml strings.This is because, by manualy trying to find the path to a node, one may miss intermediate nodes or namespaces.This class solves that issue by generating statements to access a node.

3.Support for CDATA sections.

4.Better error reporting. When something error occurs, the class tries to respond with a helpful error message, together with the file and line number from which the initial call originated.

5.Full support for name spaced attributes.

6.XML generation made easy.Just add properties and keys to the crxml object to create nodes and attributes. A call to XML() method generates the corresponding XML string.

7.XML manipulation made easy. Uses assignment operator to copy nodes from one xml document to another.
RatingsUtility Consistency Documentation Examples Tests Videos Overall Rank
All time: 83% 75% 83% 83% 75% - 73% 126
Month: Not yet rated by the users


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z