2

I have taken over a website that is about 5 years old and the backend is pretty bad and a bit broken.

I would like to build a new backend "Quickly". I have PHP 5.3.4 and a mysql database.

There are 5 or so tables.

  • Categories (eg, headphones, turntables)
  • Products (they have a Category Foreign Key, eg to say what category this product belongs in).
  • Products also an image field (path to image file), so image upload would be good.
  • All the other tables a flat.

I would prefer not to hand code this system, I looked at building the backend in Symfony, that looks pretty awesome but looks like few days work.

Any suggestions other than PHP MyAdmin (please no...) to allow my client to admin is backend?

Thanks, John.

3
  • 1
    I think its clear, "what backend tools should I use" to make a pretty simple MySql table admin with PHP. Any experience's here? Commented Jul 4, 2011 at 21:35
  • what would be the main functions of the backend: inserting records, modifying them, adding new pages, analyzing stats, or else? Commented Jul 4, 2011 at 21:39
  • Hi Dennis, inserting, editing, deleting. No stats, no analyzing. Only 1 table has a FK from another table which would be nice if this is a drop down. Commented Jul 4, 2011 at 21:44

1 Answer 1

5

Caveats: most "application generation" software has a clichéd title and is aimed at novices.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.