![]() |
[SOLVED] FOPEN_WRITE_CREATE - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: [SOLVED] FOPEN_WRITE_CREATE (/showthread.php?tid=30899) |
[SOLVED] FOPEN_WRITE_CREATE - El Forum - 05-29-2010 [eluser]nZac[/eluser] What exactly is FOPEN_WRITE_CREATE. I see it used in the Log class. I have been doing web searches and can't seem to find a definition/explanation for it. Nor can I find it in the PHP manual. Example from CI: Code: // Common.php [SOLVED] FOPEN_WRITE_CREATE - El Forum - 05-29-2010 [eluser]nZac[/eluser] I am an idiot! I could not find it because it is a CI thing in the constants config file. I am confused then why my search didn't pick it up! Thanks folks! |