Isn't this the correct way to do it?
$this->validator->add_rule('my_field', array($this->form_validation, 'integer'), 'Please enter an integer value');
I tried to copy and paste your code to see if it worked but it didn't, just thought …
Oh nvm, I found it. I searched for the Fuel_page library itself and it's well documented in the code. Hope it finds its way in the user_guide
here's a snippet if it helps anyone.
public $id = NULL; // the page ID if it is coming from a database
p…
Just found FUEL yesterday. Installed it and going through the tutorials provided in the documentation. Just wanted to point out there should be a step or note during the installation saying that "FUEL is a fresh installation of CI but prepackaged wi…