PHP Classes

not use autoloader

Recommend this page to a friend!

      PHP Code Gleaner and Analyzer Tool  >  All threads  >  not use autoloader  >  (Un) Subscribe thread alerts  
Subject:not use autoloader
Summary:autoloader
Messages:2
Author:Agro Biz
Date:2018-04-18 05:59:48
 

  1. not use autoloader   Reply   Report abuse  
Picture of Agro Biz Agro Biz - 2018-04-18 05:59:48
I do not have full access to the server (unix)
I do not want to use autoloader
Is it possible to include include / require "Classes_grabber.php" classically, without autoloader?
What is the procedure?

  2. Re: not use autoloader   Reply   Report abuse  
Picture of zinsou A.A.E.Moïse zinsou A.A.E.Moïse - 2018-04-18 06:13:58 - In reply to message 1 from Agro Biz
Hi

yes it is possible.It will work fine provided that all the main classes as the token_grabber for example are also included.