jonassanoj / dbpro

DB Project 1
19 stars 1 forks source link

controller/main: implement and document search() function #67

Closed tilman-schieber closed 12 years ago

tilman-schieber commented 12 years ago

controller/main.php line 107: implement search($term,$offset). It should display a paginated view of the search results. use the already documented $filter feature of the question_model. The behaviour and look of the question list should be like the questions() function. So you only need to make changes in the body of this function.

document it phpdoc style (see the other controller functions)

tilman-schieber commented 12 years ago

I assigned this to you because you have not picked an issue and that's the only one left.

Regards, Tilman

tilman-schieber commented 12 years ago

The function does not work (model called in the wrong way). Pagination is not working correctly (wrong base url) and you didnt even try to make documentation. Please put in more effort next week.

Asgharzada commented 12 years ago

I am so sorry but now I noticed that wrong function has been pushed. I mean I think my work has been undone and then pushed. I am sorry about it.

tilman-schieber commented 12 years ago

i will check all your commits and look for the best version do not push something new.

Update: sorry i cannot find a better version then the one i graded.

On Thu, Jun 21, 2012 at 2:28 PM, Mahmood Asgharzada reply@reply.github.com wrote:

I am so sorry but now I noticed that wrong function has been pushed. I mean I think my work has been undone and then pushed. I am sorry about it.


Reply to this email directly or view it on GitHub: https://github.com/jonassanoj/dbpro/issues/67#issuecomment-6480964