I need to validate a DNI (spanish identification card). This documents have a letter depending on a calculation. Well this is a part of my code:
function _display()
⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠
Posted 12 April 2013 - 17:28 PM
I need to validate a DNI (spanish identification card). This documents have a letter depending on a calculation. Well this is a part of my code:
function _display()
Posted 13 April 2013 - 22:07 PM
$crud->callback_before_insert('documento',array($this,'documento_callback')); - wrong
$crud->callback_before_insert(array($this,'encrypt_password_callback')); true
Posted 14 April 2013 - 00:09 AM
Thank you very much!!!