Jump to content

add category from php code


Recommended Posts

Hello, I need to insert php code from category, and i'm trying:

 

require './classes/Category.php';

...

$object = new Category();

...

$object->save();

 

But always have the same error:

 

Fatal error: Class 'ObjectModel' not found in /var/www/prestashop/classes/Category.php on line 28

 

What can i do for create a instance of object class ?

 

If i put a require for ObjectModel in Category.php i have the same error.

 

Thanks.

Link to comment
Share on other sites

×
×
  • Create New...