I'm building a HN clone in PHP, and I need help
https://news.ycombinator.com/item?id=7652495Hi, well as the title says, I'm programming a HN clone. I choose PHP because is more simple to find a hosting which provides us PHP.
And I have some questions, the first is about HN comments, in its structure a comment is an item. I'm using MySQL, and my table 'items' can store comments too. My question is: HN has a limit deep in comments? Because is complicate get comments using recursivity.
That's the reason because I prefer use SQL and a limit of comments.
I have no time to finish quickly this project, but I'll try to do it fast.
There are lots of broken links, only works the login/signup and an item views.
URL: http://news.sourcezilla.com
Thanks in advance.