Learn WebDev Inc. Framework
Learn WebDev Inc. Framework
So, I finally decided to make my framework public and open-source.
Link:
https://github.com/LearnWebDev/Learn-WebDev-Framework
Link:
https://github.com/LearnWebDev/Learn-WebDev-Framework
Re: Learn WebDev Inc. Framework
Some form of documentation would be nice.
How if anybody meant to know what this does ?
How if anybody meant to know what this does ?
Re: Learn WebDev Inc. Framework
i know but i didnt have enough time to put documentation so i put an example of using itjacek wrote:Some form of documentation would be nice.
How if anybody meant to know what this does ?
Re: Learn WebDev Inc. Framework
In the custom_config_file folder.jacek wrote:Where is the example ?
Re: Learn WebDev Inc. Framework
Where in that folder ?Temor wrote:In the custom_config_file folder.
All I see is a load of folders, browsing to the folder gives two php errors
Re: Learn WebDev Inc. Framework
Download them, read the README (which tells you what to change).jacek wrote:Where in that folder ?Temor wrote:In the custom_config_file folder.
All I see is a load of folders, browsing to the folder gives two php errors
It is an example and a tool to help you customise/configure the framework. Like a 2-in-1 thingy
Re: Learn WebDev Inc. Framework
In config.php I changed the define to this.
all I can get is a 404 page.
define( 'INCLUDE_PATH', implode('/', array_slice(explode('/', __FILE__), 0, -2)) . '/' );But that is the ROOT_URL meant to be ?
all I can get is a 404 page.
Re: Learn WebDev Inc. Framework
You can fork it and change the files you want then do a pull requestjacek wrote:In config.php I changed the define to this.
define( 'INCLUDE_PATH', implode('/', array_slice(explode('/', __FILE__), 0, -2)) . '/' );But that is the ROOT_URL meant to be ?
all I can get is a 404 page.
The root directory of the URL.
Re: Learn WebDev Inc. Framework
I mean with my local copy I am trying to get to do something.Kamal wrote:You can fork it and change the files you want then do a pull request
Which is ... ?Kamal wrote:The root directory of the URL.
For http://192.168.1.10/thing/index.php I should enter '/thing/' there ?
Re: Learn WebDev Inc. Framework
Okayjacek wrote:I mean with my local copy I am trying to get to do something.Kamal wrote:You can fork it and change the files you want then do a pull request
Exactlyjacek wrote: Which is ... ?
For http://192.168.1.10/thing/index.php I should enter '/thing/' there ?
Re: Learn WebDev Inc. Framework
Do you have mod_rewrite installed?jacek wrote:I still get a 404 page
Re: Learn WebDev Inc. Framework
Weird... Check the .htaccess. Is the 404 error the normal apache one or a 'custom' one?jacek wrote:yes.Kamal wrote:Do you have mod_rewrite installed?