Jump to content

Employee Listing Software... or similar.

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
shackrock

shackrock

    Learning Programmer

  • Members
  • PipPipPip
  • 66 posts
Hey all.

I'm wondering if anyone has come across a simple PHP solution that I could modify to do this:


  • Public site displays info from my DB about my employees, all rows of entries are displayed.
  • The entries include lots of info about my employees (name/start date/etc...). This is info I can edit with ease.
  • The Admin section allows management of my employee listing. Modify DB info, add employees, remove employees...
Pretty simple. Just wondering if anything exists like this already.

I'd like to add functionality to include multiple photographs as well, if it's not built in.

Thanks!

#2
SoN9ne

SoN9ne

    Programmer

  • Members
  • PipPipPipPip
  • 129 posts
Yes and no.

Yeah, systems like this do exist but you would have to modify them to work for your database and to work with your database hierarchy.
It would seem to be better use of your time to simply create the system. It is small and simple enough to get done in a few hours.

If you want to find some examples, I would suggest using Welcome to the PHP Classes Repository - PHP Classes.
Most classes seem to lack proper standards and security but they are decent examples.

Hope you find your answer. :)
"Life would be so much easier if we only had the source code."

#3
shackrock

shackrock

    Learning Programmer

  • Members
  • PipPipPip
  • 66 posts
Yeah, this is what I figured...

Was just hoping to save some time is all.
Thanks. If anyone else has suggestions let me know.