Me and a buddy are planning on creating a PHP framework, because we are unsatisfied with the current selections. Our primary focus will be on enabling AJAX, and refining the plugin process.
To help with the process (we're still in the brainstorming phase, with some initial code scratched out)...
Hi,
Does anybody know what I need to set my error reporting in PHP to if I want to suppress notices of undefined variables, but -not- any other notices?
Thanks.