Portfolio Display data directly in form of portfolio (Added in version 2.3)

Display data in portfolio format. Works almost same as grid table (Crud table) with all features available here also, only thing that you need to do extra is to call setPortfolioColumn() function with no. of columns in one row parameter. Most of the grid table functions also works perfectly with portfolio display also but some function don't work with format of display. You can use crud table col to display format properly for e.g. we have set product_image as first column as per the default view of this type of format. Export/Print option will be in same format as of grid table display.

  
                                    $pdocrud = new PDOCrud();
                                    $pdocrud->crudTableCol(array("product_image","product_name","product_price"));
                                    $pdocrud->setPortfolioColumn(4);// set no. of columns in one row. Possible values are 1,2,3,4,6
                                    $pdocrud->recordsPerPage(12);
                                    $pdocrud->tableColFormatting("product_image", "image");
                                    //$pdocrud->setSettings("actionbtn", false);//hide action buttons (view/delete/edit) if not required
                                    echo $pdocrud->dbTable("products")->render();
                                

Deprecated: Required parameter $field follows optional parameter $op in /home/javad/domains/javadfk.ir/public_html/pdocrud/script/classes/PDOCrud.php on line 924

Deprecated: Required parameter $task follows optional parameter $op in /home/javad/domains/javadfk.ir/public_html/pdocrud/script/classes/PDOCrud.php on line 924

Deprecated: Required parameter $totalrecords follows optional parameter $page in /home/javad/domains/javadfk.ir/public_html/pdocrud/script/classes/PDOCrudHelper.php on line 191

Products

Showing 1 to 12 of 108 entries

1952 Alpine Renault 1300
50.00
1972 Alfa Romeo GTA
85.68
1962 LanciaA Delta 16V
103.42
1968 Ford Mustang
95.34
2001 Ferrari Enzo
95.59
1958 Setra Bus
77.90
2002 Suzuki XREO
66.27
1969 Corvair Monza
89.14
1968 Dodge Charger
75.16
1969 Ford Falcon
83.05
1970 Plymouth Hemi Cuda
31.92
1957 Chevy Pickup
55.70