Welcome Guest, Not a member yet? Register   Sign In
Controllers must have an index() function?
#18

[eluser]Ryuuzaki92[/eluser]
from the user quide:
Quote:Note: All values are escaped automatically producing safer queries.

normally you would read the return data and show a 404 page if the record does not exist.

Code:
$user = $this->user->get_by_username($username);

if (!$user->id) {
  show_404();
}


Messages In This Thread
Controllers must have an index() function? - by El Forum - 05-04-2008, 10:23 PM
Controllers must have an index() function? - by El Forum - 05-04-2008, 11:36 PM
Controllers must have an index() function? - by El Forum - 05-05-2008, 01:51 AM
Controllers must have an index() function? - by El Forum - 05-05-2008, 01:56 AM
Controllers must have an index() function? - by El Forum - 05-05-2008, 02:01 AM
Controllers must have an index() function? - by El Forum - 05-05-2008, 02:40 AM
Controllers must have an index() function? - by El Forum - 05-05-2008, 04:00 AM
Controllers must have an index() function? - by El Forum - 05-05-2008, 05:13 AM
Controllers must have an index() function? - by El Forum - 05-05-2008, 05:18 AM
Controllers must have an index() function? - by El Forum - 05-05-2008, 05:21 AM
Controllers must have an index() function? - by El Forum - 05-05-2008, 05:24 AM
Controllers must have an index() function? - by El Forum - 05-05-2008, 05:26 AM
Controllers must have an index() function? - by El Forum - 05-05-2008, 05:27 AM
Controllers must have an index() function? - by El Forum - 05-05-2008, 08:22 AM
Controllers must have an index() function? - by El Forum - 05-05-2008, 09:04 AM
Controllers must have an index() function? - by El Forum - 05-05-2008, 11:47 PM
Controllers must have an index() function? - by El Forum - 05-06-2008, 02:19 AM
Controllers must have an index() function? - by El Forum - 05-07-2008, 05:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB