Tuesday, April 9, 2013

Specific thing I had to fix today

Today I had to fix an issue where a function was not inserting a value into the input field. The function was $this->isLastPage() that did not return anything. The number I wanted was a 1. The solution to it was to use a if method combined by the function, and echo out the 1.

No comments:

Post a Comment