Skip to content
Jul 9 / markg85

Decision made and admin panel

Hi,

Last post was about making tough decisions between a SplStack vs Array + array_reverse and now i think i’m just going for a stack when php 5.3 is used. This is just for the title buildup which is hardly ever bigger then 5 entries, but a stack is just where these kind of things are good for (LIFO, Last In First Out).

Now for the admin panel.
I haven’t been extremely busy with magedb but did made up a first mockup of the admin panel (sadly can’t show the image because wordpress is having a: “no i don’t want to upload images” moment.. but the start is here. The way i’m going to make the admin panel is with a horizontal tabbed navigation and as soon as you click and of the category’s you will, right below it, see the sub ctegory’s you can access. For example:

File Management
| Add file | Delete file | List file |

Kinda like that. Only then with nice icons and probably some more options. Probably also a “Rebuild file cache” and some others. I hope to have the majority of the admin panel done by tomorrow.

That’s it for now,
Mark.

Leave a Comment