Feng Forum

Support => How To's => : mellodi August 16, 2015, 03:20:51 AM

: adding a custom table
: mellodi August 16, 2015, 03:20:51 AM
Hi ,
I'm trying to add a table to my sql for saving some data. but I don't understand where to start.
I actually make it's model and controller but when I new from it's class in model it give me error 500. I add it's path to auto loader but it doesn't help .
what should I do?
: Re: adding a custom table
: steveg August 16, 2015, 02:37:06 PM
Have you already added the table to mysql?  Or, is that your question - how to add a table to mysql?
: Re: adding a custom table
: mellodi August 17, 2015, 02:43:55 AM
yes, I added it to the SQL , i made the model and i was working with it controller but i can't new an object from it's model class , even after adding it's path to autoloader.
: Re: adding a custom table
: KelvinS687 August 22, 2015, 10:36:07 AM
Did you check your PHP.ini settings?