Welcome Guest, Not a member yet? Register   Sign In
not accepting new directory under controllers folder on CI 1.6.2
#2

[eluser]ptrippett[/eluser]
I know this works in 1.6.1 as I had used it in a previous project. Nothing to suggest in the changelog as to why this would not work. Common things to check arewhen this occurs is that you are using lowercase file names and properly named classes that match the filename.

products/toys.php:
Code:
class Toys extends Controller {
  // Code Here
}

Personal Note: I try to avoid using underscores in file names.

If you can provide a code example maybe we can help you further.


Messages In This Thread
not accepting new directory under controllers folder on CI 1.6.2 - by El Forum - 05-27-2008, 11:48 AM



Theme © iAndrew 2016 - Forum software by © MyBB