Class to generate XML from databse table





ranking Sort Sort   |   date Sort Sort   |   member Sort Sort
Syndication

« Previous 1 2 3 4 Next »
2
Date Submitted Thu. Nov. 18th, 2010 2:22 PM
Revision 1
Beginner slim_IT_TN
Tags Class | DB | mysql | PHP
Comments 0 comments
PHP Mysql DB Class Test 1
0
Date Submitted Fri. Oct. 8th, 2010 8:43 AM
Revision 1
Beginner ckeromen
Tags 4D | Table | UUID
Comments 0 comments
$uuid:=getTableUUID(->[Clients])

get the UUID of table by providing a pointer to this table
performs a lokup in .Match file
1
Date Submitted Tue. Mar. 23rd, 2010 9:28 PM
Revision 1
Beginner hubertd
Tags C | CSharp | XML
Comments 0 comments
Quick way to construct XML string.
1
Date Submitted Sat. Aug. 22nd, 2009 12:07 PM
Revision 1
Scripter Cloudgen
Tags Add-Row | AddRow | Delete-Row | jquery | plugin | Table
Comments 0 comments
If you have ever designed a form allowing user entering more than one email? This plugin should help you. It provides the function for adding the add row and delete row dynamicly inside a table, seeTable addRow plugin
3
Date Submitted Tue. Jul. 14th, 2009 6:19 PM
Revision 1
Scripter Cloudgen
Tags Class | getter | JavaScript | property | setter
Comments 0 comments
This is the prototype for adding property getter and setter for any Javascript class. The construction and usage of the getter and setter methods allows the "chainability" of methods in one line. Detail discussion can be found inOne line properties setter and getter for Javascript class
3
Date Submitted Tue. Jul. 14th, 2009 4:34 AM
Revision 1
Scripter Cloudgen
Tags Class | JavaScript | query | String | URL
Comments 0 comments
This function is quite useful in accessing the query string, host, path and filename obtained from an url. See detailed discussion in A javascript class for retrieving query string
3
Date Submitted Fri. May. 15th, 2009 9:14 AM
Revision 1
Beginner ChronoFish
Tags Array | parser | PHP | XML | XML2Array | XMLToArray
Comments 1 comments
Here is a my latest refinement of an XML2Array function. It creates an associative array where tags are the keys. When tags have attributes, it becomes part of the key (optionally). The values of the resultant array is itself an array of values OR another XML2Aarray array.

- Enjoy
1
Date Submitted Mon. Mar. 16th, 2009 6:35 AM
Revision 1
Scripter mycodeofshailendra
Tags Class | Database
Comments 1 comments
Database Class to select/add/update/delete and create dataset
1
Date Submitted Mon. Mar. 16th, 2009 6:32 AM
Revision 1
Scripter mycodeofshailendra
Tags Binding | Raw | XML
Comments 0 comments
Xml has become a very ubiquitous and is an integral part of .Net and the System.Data namespace. The problem lies in that not many people know how to take advantage of some of the features. When we are using a database, we naturally use the Systen.Data namespace, but with Xml documents as data there are hundreds of solutions for displaying Xml data out there for .Net.

I myself prefer to use the DataSet object and the DataGrid control just as I would if the data was coming from SQL Server. The common misconception, even to those who know that you can do this, is that you need a schema to accomplish it. There is a very simple way to bind raw Xml data to a datagrid without a schema. The Xml data must be simple though, mapping to rows easily.
1
Date Submitted Mon. Mar. 16th, 2009 6:08 AM
Revision 1
Scripter mycodeofshailendra
Tags attributes | Data | node | XML
Comments 0 comments
Method to read xml node in C#
« Previous 1 2 3 4 Next »