matak
07-08-2007, 09:44 PM
There is this small open-source project i'm planning to do, and that is the first project that i want to create from begening till the end, in order to test my PHP skills.
Now, i've been thinking about the whole project a lot, and wrote some aspects on paper, like how is it going to show pages, where am i going to place admin panel, what is admin panel going to contain, how will i work with sessions and stuff like that.
But since i'm a lot unexperienced i'm asking here, about more things that i need to be aware before starting a project.
This is how i figure it out for now
Directory structure -> organize a neat directory structure for the project eg (admin, includes, pages, styles)
List of functions i will use -> i created a simple list of functions i want to include in the project like (Login (session start), Pages dir reading and creating arrays to use with GET, File editing form function, Creating file function)
CSS part -> in order to be able to use more CSS templates functions are going to be called from one file which is going to contain simple template easy editable.
Also PHP will create xHTML structure of Menus, and content...
Something like that...
Can you tell me on what aspects i still need to take care and think about before starting a project, so that later i don't come to a dead end.
I will use procedural programming instead of OOP, and there won't be MySQL database couse this is just a simple project.
Now, i've been thinking about the whole project a lot, and wrote some aspects on paper, like how is it going to show pages, where am i going to place admin panel, what is admin panel going to contain, how will i work with sessions and stuff like that.
But since i'm a lot unexperienced i'm asking here, about more things that i need to be aware before starting a project.
This is how i figure it out for now
Directory structure -> organize a neat directory structure for the project eg (admin, includes, pages, styles)
List of functions i will use -> i created a simple list of functions i want to include in the project like (Login (session start), Pages dir reading and creating arrays to use with GET, File editing form function, Creating file function)
CSS part -> in order to be able to use more CSS templates functions are going to be called from one file which is going to contain simple template easy editable.
Also PHP will create xHTML structure of Menus, and content...
Something like that...
Can you tell me on what aspects i still need to take care and think about before starting a project, so that later i don't come to a dead end.
I will use procedural programming instead of OOP, and there won't be MySQL database couse this is just a simple project.