Love Fuel?
Donate
About
Forums
Discussions
Login
FuelPHP Forums
Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Tips and Tutorials
I need help for structure
givx
December 2012
Hi all,
I want this structure :
fuelphp/app/classes/controler/user/exemple/exemple.php
fuelphp/app/views/user/exemple/step1/create.php
fuelphp/app/views/user/exemple/step1/edit.php
fuelphp/app/views/user/exemple/step1/_form.php
fuelphp/app/views/user/exemple/step2/create.php
fuelphp/app/views/user/exemple/step2/edit.php
fuelphp/app/views/user/exemple/step2/_form.php
If i use only one controler
fuelphp/app/classes/controler/user/exemple/exemple.php
the structure of my views step1 or step2 represent task in my controller or not ?
Thanks a lot
Harro
December 2012
Accepted Answer
There is no relation between the controller name or location, and the way your views are structured. So do it as it's best for you.
Add a Comment
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
Categories
All Discussions
5,088
General
↳ General
3,364
↳ Job Board
13
↳ Installation & Setup
214
Packages
↳ Oil
213
↳ Orm
700
↳ Auth
260
Development
↳ Tips and Tutorials
126
↳ Code share
145
↳ Applications
52
In this Discussion
Harro
December 2012