Jump to content
MakeWebGames

Recommended Posts

Posted
Converting them is somewhat easy:

$ir['colName'] => $user_class->colName

Yeah if the user class was built right *hint-hint* Grant.

$ir['columnName'] to:

open up classes.php and add:

$this->columnName

then its usable as $user_class->columnName

Posted

As long as it is within the licensing terms everything should be ok. I don't know of a developer here that says that you can't touch the code to modify it for what you need. What I would be more concerned about is the people doing the conversions. If you get someone that is shady then your basically giving them the module for free so please choose wisely

Posted

so if i wanted to add something in i would go to classes and add that then do it in the file i wanted to rather than just doing user_class would be $this->columnName

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...