{"id":22020,"date":"2013-02-15T16:17:48","date_gmt":"2013-02-15T16:17:48","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/phpgrid\/"},"modified":"2013-02-24T18:37:42","modified_gmt":"2013-02-24T18:37:42","slug":"phpgrid","status":"closed","type":"plugin","link":"https:\/\/es.wordpress.org\/plugins\/phpgrid\/","author":7824450,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"0.5.3","stable_tag":"0.5.3","tested":"3.5.2","requires":"3.5","requires_php":"","requires_plugins":"","header_name":"PHP Grid Control","header_author":"EkAndreas","header_description":"","assets_banners_color":"b7acb2","last_updated":"2013-02-24 18:37:42","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/www.phpgrid.org\/","header_author_uri":"http:\/\/www.flowcom.se\/","rating":3,"author_block_rating":0,"active_installs":10,"downloads":4164,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":"1","2":0,"3":0,"4":0,"5":"1"},"assets_icons":[],"assets_banners":{"banner-772x250.png":{"filename":"banner-772x250.png","revision":"668546","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.5","0.5.1","0.5.2","0.5.3","1.0"],"block_files":[],"assets_screenshots":{"screenshot-1.jpg":{"filename":"screenshot-1.jpg","revision":"668565","resolution":"1","location":"assets"},"screenshot-2.jpg":{"filename":"screenshot-2.jpg","revision":"668565","resolution":"2","location":"assets"},"screenshot-3.jpg":{"filename":"screenshot-3.jpg","revision":"668584","resolution":"3","location":"assets"},"screenshot-4.jpg":{"filename":"screenshot-4.jpg","revision":"1539286","resolution":"4","location":"plugin"}},"screenshots":{"1":"<p>Shortcode inside your post html editor.<\/p>","2":"<p>Example of exposed table \\\"wp_options\\\".<\/p>","3":"<p>Supporting hooks and filters<\/p>","4":"<p>Implementation example, wp_options<\/p>"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[221,5804,2250,48900],"plugin_category":[43,59],"plugin_contributors":[89190],"plugin_business_model":[],"class_list":["post-22020","plugin","type-plugin","status-closed","hentry","plugin_tags-ajax","plugin_tags-datatable","plugin_tags-frontend","plugin_tags-phpgrid","plugin_category-customization","plugin_category-utilities-and-tools","plugin_contributors-ekandreas","plugin_committers-ekandreas"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/phpgrid_b7acb2.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/phpgrid\/assets\/screenshot-1.jpg?rev=668565","caption":"<p>Shortcode inside your post html editor.<\/p>"},{"src":"https:\/\/ps.w.org\/phpgrid\/assets\/screenshot-2.jpg?rev=668565","caption":"<p>Example of exposed table \\\"wp_options\\\".<\/p>"},{"src":"https:\/\/ps.w.org\/phpgrid\/assets\/screenshot-3.jpg?rev=668584","caption":"<p>Supporting hooks and filters<\/p>"},{"src":"https:\/\/ps.w.org\/phpgrid\/trunk\/screenshot-4.jpg?rev=1539286","caption":"<p>Implementation example, wp_options<\/p>"}],"raw_content":"<!--section=description-->\n<p>This plugin implements the phpgrid control from phpgrid.org.<\/p>\n\n<p>With this you can expose any databas table or custom data as arrays to the frontend of your WordPress pages and posts.<\/p>\n\n<p>You will need the free or paid version of <a href=\"http:\/\/www.phpgrid.org\">phpgrid<\/a>.<\/p>\n\n<p>Some of the features are:<\/p>\n\n<ul>\n<li>Sorting<\/li>\n<li>Add, delete, create data<\/li>\n<li>Pagination<\/li>\n<li>Custom output format to data as images, colors or whatever you want<\/li>\n<li>Themes<\/li>\n<li>Connection to mysql, postgress, mssql or arrays<\/li>\n<li>Export to PDF or Excel<\/li>\n<li>Master and detail grids<\/li>\n<li>Works in common browsers as IE8-10, Firefox, Chrome and Safari<\/li>\n<li>...<\/li>\n<\/ul>\n\n<p>Read more about all the <a href=\"http:\/\/www.phpgrid.org\/features\/\">features to phpgrid here<\/a>!<\/p>\n\n<p>We are currently using this plugin as a base component to other plugin development so it will be extended with more advanced functions.<\/p>\n\n<p>Join our <a href=\"https:\/\/www.facebook.com\/pages\/Phpgrid-for-WP\/486409724756060\">Facebook Page<\/a> for support and discussions!<\/p>\n\n<p>If you are a programmer:\nPlease, read more at GitHub repository: <a href=\"https:\/\/github.com\/EkAndreas\/phpgrid\" title=\"phpgrid\">phpgrid<\/a><\/p>\n\n<p><strong>Shortcodes<\/strong><\/p>\n\n<p>You have to use the attribute 'table' to assign an existing database table. Eg,<\/p>\n\n<pre><code>[phpgrid table=\"wp_options\"]\n<\/code><\/pre>\n\n<p><strong>Optional shortcode attributes<\/strong><\/p>\n\n<p>Set columns use with the attribute 'columns' as in this example:\n    [phpgrid table=\"wp_options\" columns=\"option_name,option_value\"]<\/p>\n\n<p>If you like to set column titles use the attribute 'titles', eg:\n    [phpgrid table=\"wp_options\" columns=\"option_name,option_value\" titles=\"Name,Value\"]<\/p>\n\n<p>Set the caption to the grid with the attribute 'caption', eg:\n    [phpgrid table=\"wp_options\" caption=\"OPTIONS\" columns=\"option_name,option_value\" titles=\"Name,Value\"]<\/p>\n\n<p>Enable expoprt to excel via parameter 'export', eg:\n    [phpgrid table=\"wp_options\" export=\"true\"]<\/p>\n\n<p>Change localization with the parameter 'language', eg:\n    [phpgrid table=\"wp_options\" language=\"sv\"]\nThe example above will show functions for a swedish grid.\nSupported languages: <a href=\"http:\/\/www.phpgrid.org\/docs\/#localization\">Localization<\/a><\/p>\n\n<!--section=installation-->\n<ol>\n<li><p>Extract the zip file and just drop the contents in the wp-content\/plugins\/ directory of your WordPress installation and then activate the Plugin from Plugins page.<\/p><\/li>\n<li><p>Download the free (or your paid) -version of phpgrid.org and place the <strong>lib<\/strong> folder under the <strong>plugin<\/strong> folder (plugins\/phpgrid)! Due to license rules we do not have the rights to provide you with the component.<\/p><\/li>\n<\/ol>\n\n<!--section=changelog-->\n<h4>0.5.3<\/h4>\n\n<ul>\n<li>easier column names and titles<\/li>\n<li>ajax optimization<\/li>\n<li>some more shortcodes<\/li>\n<\/ul>\n\n<h4>0.5.2<\/h4>\n\n<ul>\n<li>sql connection with filter 'phpgrid_connection', read more at Github!<\/li>\n<\/ul>\n\n<h4>0.5.1<\/h4>\n\n<ul>\n<li>mysql-connection supported with hook<\/li>\n<\/ul>\n\n<h4>0.5<\/h4>\n\n<ul>\n<li>Initial<\/li>\n<\/ul>","raw_excerpt":"Expose database table with shortcodes and phpgrid.org.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/22020","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=22020"}],"author":[{"embeddable":true,"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/ekandreas"}],"wp:attachment":[{"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=22020"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=22020"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=22020"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=22020"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=22020"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/es.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=22020"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}