Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
I need help for structure
  • 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
  • HarroHarro
    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.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion