PHP Classes

without autoload

Recommend this page to a friend!

      Simple PHP Memory Database  >  All threads  >  without autoload  >  (Un) Subscribe thread alerts  
Subject:without autoload
Summary:autoload, require, include
Messages:2
Author:Stefan Drugda
Date:2016-11-13 19:30:11
 

  1. without autoload   Reply   Report abuse  
Picture of Stefan Drugda Stefan Drugda - 2016-11-13 19:30:11
I can use
include("..") / require_once('..') without autoload ...
Is it possible? How to do?

  2. Re: without autoload   Reply   Report abuse  
Picture of Joseluis Laso Joseluis Laso - 2016-11-13 20:34:22 - In reply to message 1 from Stefan Drugda
No idea Stefan,

All I do is based on using composer and autoload.php.

I think you have to try.