Jump to content

Search the Community

Showing results for tags 'autoloader'.

  • Search By Tags

    • autoloader ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 1 result

  1. Just a simple question for dev. team : Why in the Autoloader, you use : $class_infos = new ReflectionClass($classname.'Core'); eval(($class_infos->isAbstract() ? 'abstract ' : '').'class '.$classname.' extends '.$classname.'Core {}'); ? It's horrible for IDE auto completion, and I think...
×
×
  • Create New...