Class not found when CI_ENVIRONMENT = development |
Could it be that your class is saved to a directory not respecting PSR-4?
(05-22-2021, 04:00 AM)paliz Wrote: Always create istance of class to use it any where and this way you call fuction for static method nnot for that Instantiating a class is not needed if you will just need to access a static method. |
Messages In This Thread |
Class not found when CI_ENVIRONMENT = development - by stephie - 05-21-2021, 10:56 AM
RE: Class not found when CI_ENVIRONMENT = development - by InsiteFX - 05-21-2021, 12:03 PM
RE: Class not found when CI_ENVIRONMENT = development - by iRedds - 05-21-2021, 03:08 PM
RE: Class not found when CI_ENVIRONMENT = development - by paliz - 05-22-2021, 04:00 AM
RE: Class not found when CI_ENVIRONMENT = development - by paulbalandan - 05-22-2021, 08:57 AM
RE: Class not found when CI_ENVIRONMENT = development - by stephie - 06-04-2021, 07:06 AM
|