Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

6
  • What php framework are you using? Commented Oct 8, 2014 at 6:59
  • Did you try to setup router (I do not use Zend) for GET and check in browser url /admin/AdminController/testFunction? Do you see any response? Commented Oct 8, 2014 at 7:00
  • @Cheery sir, i get : A 404 error occurred Page not found. Commented Oct 8, 2014 at 7:08
  • But did you add path to the router?? As far as I see (and it is typical to Symfony, that I prefer) function from controllers are assigned in router and their name should end with Action Commented Oct 8, 2014 at 7:09
  • @Cheery means should i rename function name to testFunctionAction??? Commented Oct 8, 2014 at 7:19