stijn0713 Posted May 20, 2013 Share Posted May 20, 2013 i want to determine for every function or class method in all the core codeigniter functions, libraries and helpers, how many resources (http://php.net/manual/en/language.types.resource.php) these functions or class methods have. Any idea what is a simple way to do it? So far, i've - include all the desired files (core, libraries, helpers) - list down all the user defined classes and their methods and user-defined functions Quote Link to comment Share on other sites More sharing options...
requinix Posted May 20, 2013 Share Posted May 20, 2013 And how exactly do functions and methods "have resources"? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.