CodeIgniter Forums
ask:Obfuscator CI’s libs - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: ask:Obfuscator CI’s libs (/showthread.php?tid=8783)



ask:Obfuscator CI’s libs - El Forum - 05-30-2008

[eluser]metaltapimenye[/eluser]
hi all,

i need to ask about obfuscator method. is there any CI's library that exist for it. myself dont know too much about how obfuscator method work, except it remove trailing spaces, tabs, etc. thx.


ask:Obfuscator CI’s libs - El Forum - 05-30-2008

[eluser]Aea[/eluser]
What obfuscator library? I can't seem to find it (or I'm blind).


ask:Obfuscator CI’s libs - El Forum - 05-31-2008

[eluser]Pascal Kriete[/eluser]
I don't think anyone has made one of these. What type of file are you trying to 'obfuscate'?


ask:Obfuscator CI’s libs - El Forum - 06-02-2008

[eluser]metaltapimenye[/eluser]
@inparo,

here the normal $this->load->view('siteHTMLview',$var) work:
controller's passed variable -> placing in 'view' file -> results as layouts with variable interpreted.

here the proccess i wish could see:
controller's passed variable -> placing in 'view' file -> obfuscating proccess (at least removes tabs, newline, too much spaces, and comment, etc) -> results as layouts with variable interpreted(obfuscated).

@aea, i just wish could find it..n_n
thx.