Skip to content
This repository was archived by the owner on Sep 26, 2022. It is now read-only.
This repository was archived by the owner on Sep 26, 2022. It is now read-only.

missing data handle vars parsed to views and/or complete trace files #8

@mckaygerhard

Description

@mckaygerhard

i cannot see the data boject with all the vars parsed to views?!

		$data['objetousuario1'] = $object1->result();
		$data['objetousuario2'] = $object2->result();
		$this->load->view('header.php',$data);
		$this->load->view('adm_indicadores_verdata.php',$data);
		$this->load->view('footer.php',$data);

develbar does not offers to user two important things:

  1. complete trace of files loaded secuence (see forensics addon) with each time spend
  2. complete vars manage into views also inte session

also db objects are overriting by default object see comments in #7 if i have a default db instance, each other are not handle!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions