Welcome Guest, Not a member yet? Register   Sign In
problem with scaffolding url
#1

[eluser]samitrimal[/eluser]
Hi everyone,
While i was trying to use the scaffolding feature an error occoured.Firstly i tried according to the blog tutorial it worked fine.But when i made a sub directory in controller
like this.
Code:
http://localhost/samitrimal/index.php/admin/welcome/scaffolding/
it works till here .but when i click on create new records the url changes to
Code:
http://localhost/samitrimal/index.php/admin/welcome/add.
But it works when i manually change the url to
Code:
http://localhost/samitrimal/index.php/admin/welcome/scaffolding/add.
Please help me to solve this url problem
Regards
#2

[eluser]Phil Sturgeon[/eluser]
You shouldn't be using Scoffolding to build your admin structure, it was only ever intended as a basic data input method.

Scaffolding has been deprecated for over a year and is removed from 2.0, don't rely on it for ANYthing.
#3

[eluser]samitrimal[/eluser]
Thank you for your information .




Theme © iAndrew 2016 - Forum software by © MyBB