Php datagrid class overwriting all my html
Posted: Tue Jul 21, 2009 4:52 am
Hi all,
pretty new to php and this site, so please forgive the simplicity perhaps and if this is in the wrong topic.
At a point in my view page (which consists of html), I am creating an instance of a datagrid class I have.
Now:
when not creating the datagrid instance i get all of my html showing.
So for example:
_____________________________________
| TITLE |
| __________________________________ |
| | | |
| colA | EMPTY page | colB |
| | | |
| | | |
|_____|________________________ |____ |
but when i create the datagrid instance, i get this:
_____________________________________
| TITLE |
| __________________________________ |
| |
| |
| |
| |
|_____________________________ ____ _ |
anyone knows what could be doing this off hand? perhaps the z-index or something
Thanks in advance. If you need code, i could add it.
pretty new to php and this site, so please forgive the simplicity perhaps and if this is in the wrong topic.
At a point in my view page (which consists of html), I am creating an instance of a datagrid class I have.
Now:
when not creating the datagrid instance i get all of my html showing.
So for example:
_____________________________________
| TITLE |
| __________________________________ |
| | | |
| colA | EMPTY page | colB |
| | | |
| | | |
|_____|________________________ |____ |
but when i create the datagrid instance, i get this:
_____________________________________
| TITLE |
| __________________________________ |
| |
| |
| |
| |
|_____________________________ ____ _ |
anyone knows what could be doing this off hand? perhaps the z-index or something
Thanks in advance. If you need code, i could add it.