目前的情况
我正在使用这个函数:
public function fetch($file){
$file = $this->options['template_dir'].(string)$file;
if(file_exists($file)){
ob_start();
if($this->options['extract']){
extract($this->vars);
}
include $file;
函数应该接收一个人的ID作为它的论点,然后这个函数遍历整个表,并找到该人的ID的父亲、母亲、祖父和母亲、妻子、妻子的祖父母、子女、大儿子等等。
下面是我的MySQL表布局的一部分:
CREATE TABLE IF NOT EXISTS family (
id INT(11) PRIMARY KEY AUTO_INCREMENT NOT NULL,
name VARCHAR(250),
father INT(11),
mother INT(11),
husband INT(11),
wife INT(11),
gender ENUM('M',
function PassportValidate(s, e) {
var option = rbIdentityVerification.GetValue().toString(); //gets the selected option which is NIC selected by default. devexpress radiobuttonlist
var text = e.value.toString(); //gets the value from the textbox
if (option == "NIC") {
var patter