Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: "J.O. Aho" Newsgroups: comp.lang.php Subject: Re: Class 'Model' not found Date: Sun, 21 Aug 2016 18:08:27 +0200 Lines: 24 Message-ID: References: <1563ad73-c46d-487f-84e0-a80a1217f2db@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: individual.net Du6TbKSACPYAGG9HgFTpVQLYT/BM/PZVXmfhC7fN0PufW/nt3R Cancel-Lock: sha1:I24OpJlR6+6Zq2Mr2Vnfj3mfYis= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 In-Reply-To: <1563ad73-c46d-487f-84e0-a80a1217f2db@googlegroups.com> Xref: csiph.com comp.lang.php:16968 On 08/21/16 16:43, M desinger wrote: > Full code index.php > > > > > > > include './application/model/model.php'; > include './application/config/system.php'; > include './application/config/language.lv.php'; > > > > > 12 line ---> $class = new Model(); > Are you sure it's called Model and nothing else like model? -- //Aho