I thought maybe the delete method might check what the result of on_before_delete is. Also any help with my second problem with the insert? That would be great. Thanks in advance.
Also I'm having a bit of a problem with saving a file I get "You did not select a file to upload." as an error message. Basically the only thing I did was:
function form_fields($values = array(), $related = array()) {
$fields = parent::form_fields…
If I remove the prefix I end up with an error message:
Severity: Notice --> Undefined property: Module::$model_name \wamp\www\fpse\fuel\modules\fuel\controllers\module.php 79
Am I possibly doing something wrong? Is there someplace I should spec…
I see the module name is now humanized. But in my case the only way I managed to specify the keys is with a prefix (ie. $config['modules']['bio_categories']) which get still returns the prefix in the instruction.
For example in:
$config['modules']…
Ok...so things seem to be fairly smoothly but I just found a glitch in one of my forms. I have two tables as part of my 'bio' module called 'bio_categories' and 'bio_people'. My problem is that although everything shows up as it should the label on …
So...using the same method I tried implementing it on a "find_one" command but as of yet with no luck. When I try $this->db->last_query() it returns false.