Comments on: Faceted navigation in PHP and MySQL Tutorial – part 1 /coding/faceted-navigation-in-php-mysql/ Webdevelopment Blog Sat, 14 May 2016 13:11:47 +0000 hourly 1 https://wordpress.org/?v=4.5.11 By: bobby /coding/faceted-navigation-in-php-mysql/#comment-1585 Tue, 25 Aug 2015 22:52:56 +0000 /?p=375#comment-1585 Where is part 2??????????

]]>
By: Troy Francis /coding/faceted-navigation-in-php-mysql/#comment-1580 Thu, 18 Jun 2015 14:10:45 +0000 /?p=375#comment-1580 Great tutorial. I’ve been looking for this for sometime now. Looking forward to part 2

]]>
By: Robert /coding/faceted-navigation-in-php-mysql/#comment-1579 Mon, 18 May 2015 00:08:56 +0000 /?p=375#comment-1579 Nice post, I would suggest using a view to generate the product_facts structure instead of duplicating data, that way you don’t need to worry about populate it after every crud operation.

I like of the approach of having a physical table updated in every CRUD operation from the performance point of view but if performance is the issue I would consider a solution like Solr which is clearly outside the scope of this tutorial.

]]>
By: Anu Web /coding/faceted-navigation-in-php-mysql/#comment-1570 Sat, 29 Nov 2014 18:26:38 +0000 /?p=375#comment-1570 Hello Mighty,

When you are posting 2nd article?

]]>
By: capri /coding/faceted-navigation-in-php-mysql/#comment-1564 Thu, 21 Aug 2014 21:53:52 +0000 /?p=375#comment-1564 why do we need “product_facts” can’t we directly use product table ?

]]>
By: capri /coding/faceted-navigation-in-php-mysql/#comment-1563 Thu, 21 Aug 2014 21:36:27 +0000 /?p=375#comment-1563 Very nice article unfortunatly its incomplete I can understand that writing a tutorial is not an easy task but if possible please atleast upload the code for second part and later whenever you get time then explain it , I hope you will consider it
regards

]]>
By: MightyWebdev /coding/faceted-navigation-in-php-mysql/#comment-1562 Thu, 21 Aug 2014 13:57:55 +0000 /?p=375#comment-1562 I haven’t gotten around to it yet unfortunately. I’ll let you know when it’s done (but don’t wait for it please..).

]]>
By: burraak /coding/faceted-navigation-in-php-mysql/#comment-1561 Sat, 26 Jul 2014 11:23:12 +0000 /?p=375#comment-1561 Where is part 2 ?

]]>
By: burraak /coding/faceted-navigation-in-php-mysql/#comment-1560 Fri, 25 Jul 2014 20:34:57 +0000 /?p=375#comment-1560 Why overload database with “product_facts” why we even need it ? can’t we directly access product table using some sort of query

]]>
By: Ivan Jaros /coding/faceted-navigation-in-php-mysql/#comment-1555 Fri, 09 May 2014 14:00:36 +0000 /?p=375#comment-1555 Oh I see. You are using the facets only for the stats and not for the actual retrieval of products from DB.

]]>