how does one bind a gui representation and a container object.
[email protected] (Fred Silsbee)
| Newsgroups | php.db,php.general |
|---|---|
| Message-ID | <[email protected]> |
I have a Qt 4.4 C++ SQL offline program that displays an SQL table. When I change a row-column cell, the change is instantly reflected in the database. Under Qt 4.4 I use: QSqlTableModel How does one do this in PHP for online use. I've done this under C#.NET VS2008 using "binding" between a gui representation and the container object.