Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 7th, 2012  |  syntax: None  |  size: 0.40 KB  |  hits: 19  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Get to parent folder in codeigniter
  2. require_once("../dompdf_config.inc.php");
  3.        
  4. //APPPATH gives you path till application/ folder
  5. require_once(APPPATH.'your_DOMpdf_file_path');
  6.        
  7. $this->config->load('filename');
  8.        
  9. // Stored in an array with this prototype: $this->config['blog_settings'] = $config
  10.     $this->config->load('blog_settings', TRUE);
  11.        
  12. $this->config->load('blog_settings', FALSE, TRUE);