Avatar

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Dat

About

Username
Dat
Joined
Visits
9
Last Active
Roles
Member

Comments

  • Wow was that in the user guide? cause that blows my mind that there some hidden stuff in fuel cms. like a mac.
  • Alright thanks I'll use the array($this, 'my_function')!
  • 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…