Welcome Guest, Not a member yet? Register   Sign In
Fatal error: Call to a member function ... on a non-object
#11

[eluser]philstan[/eluser]
Sorry for my slow response gentlemen and thank you for your help.

I have had to work around this problem which I have done by issuing the SQL statement in the controller rather than returning it from the model. Not ideal, but I have a deadline.

This is my first CI project and I'm very impressed. However, have had a few such inconsistent behaviors which I'm sure are due to my inexperience.
#12

[eluser]wiredesignz[/eluser]
@philstan,

It might pay for you to review your model naming conventions.

All file names except those of library files must be lowercase.

Class names and library file names must have an uppercase first character only.

All object names and variable names should be lowercase only.

The above applies to classes and files you expect to load using CodeIgniter.




Theme © iAndrew 2016 - Forum software by © MyBB