I made a controller in admin/ with no view. It can successfully modify the catalog using the built in models, but, from what I understand, since it's an admin extension, even if I don't have any
Code: Select all
$this->user->hasPermission
Question: should I just make a separate script that connects and modifies the database by itself, or is there a way to utilize built in models?
Thanks in advance.