New User Feedback                                      

Notice: This thread is very old.
GandalfTheWhite
Member | 1
+
0
-

Hi There,

Found NF mentioned on blog somewhere and thought I would check it out !

Looks very interesting…

Some questions:

  1. Does the framework directory structure need to be so complicated.
  2. It is very annoying to have to click the ‘English’ button every time I switch pages ( BTW: It is an American Flag !!!! ) Will this eventually be locked so it remembers I want English ?

I'll keep working through the tutorial and let you know how I go !

regards, GTW

Last edited by GandalfTheWhite (2010-05-10 11:35)

Jan Tvrdík
Nette guru | 2595
+
0
-

Why do you think that the directory structure is complicated? How it could be simpler?

Simple directory structure:

app /
  components /
  models /
  presenters /
  templates /
  temp /

libs /
document_root /

When using modules:

app /
  AdminModule /
    components /
    models /
    presenters /
    templates /
  FrontModule /
    components /
    models /
    presenters /
    templates /

  temp /

libs /
document_root /