Hello I'm a c# programmer and right I just started learning PHP basics. In .Net, GridView plays a big role for retrieving data, showing data and as data container I just if what's the equivalent of .Net GridView in PHP? Thanks in advance!
There are no out-of-the-box components, but if you want to program in PHP using an ASP.NET-like event-driven programming model be sure to check out Prado @ http://www.pradosoft.com/. It has many of the ASP.NET-like controls too, including a DataGrid @ http://www.pradosoft.com/docs/classdoc/TDataGrid. I am using Zend and other frameworks now.