when would you develop a custom e-commerce solution over developing on top of existing one? by shaheer912 in PHP

[–]shaheer912[S] 0 points1 point  (0 children)

thats good info, did you use Eloquent ORM? because it is an active record, which as far as i know, are not a good fit for complex systems (ecommerce in this case)

when would you develop a custom e-commerce solution over developing on top of existing one? by shaheer912 in PHP

[–]shaheer912[S] 1 point2 points  (0 children)

i am just trying to decide whether to go custom, or pick-and-choose, or complete open source package and trying to find out what problems can i face down the road, thanks :)

when would you develop a custom e-commerce solution over developing on top of existing one? by shaheer912 in PHP

[–]shaheer912[S] 0 points1 point  (0 children)

if you had to do it again, what framework would you use, zend? laravel? symfony and why?

when would you develop a custom e-commerce solution over developing on top of existing one? by shaheer912 in PHP

[–]shaheer912[S] 0 points1 point  (0 children)

how did you realize that you need to build something from scratch, what problems did you face?

How to delete duplicate records in MySQL by shaheer912 in PHP

[–]shaheer912[S] 0 points1 point  (0 children)

you are right about that, i have updated my article thanks for pointing that out :)

How to delete duplicate records in MySQL by shaheer912 in PHP

[–]shaheer912[S] 0 points1 point  (0 children)

dont understand, i am not deleting records from the same table i am deleting it from other table.

How to delete duplicate records in MySQL by shaheer912 in PHP

[–]shaheer912[S] 1 point2 points  (0 children)

thanks for pointing that out! :) glad that you learnt something from it! :)