Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Website conversion advice (.net to php)

  • 18-10-2013 10:05am
    #1
    Registered Users, Registered Users 2 Posts: 872 ✭✭✭


    Hi,

    I need to convert a website from the existing .net/classic asp architecture to PHP. Its purely for ease of maintenance going forward.

    The website is a small brochure site that lets the administrator add jobs that are displayed on the website. Visitors can then apply for the jobs and upload their CV's. That's pretty much it.

    I am wondering what PHP framework would suit my requirements. i.e. one that enables simple CRUD operations and if possible makes it east to have an administrator area.

    Would there be a module for something like CMS made simple that could help with the administraion of the jobs ?

    Thank you for any advice


Comments

  • Registered Users, Registered Users 2 Posts: 2,021 ✭✭✭ChRoMe


    grahamor wrote: »
    Hi,

    I need to convert a website from the existing .net/classic asp architecture to PHP. Its purely for ease of maintenance going forward.

    The website is a small brochure site that lets the administrator add jobs that are displayed on the website. Visitors can then apply for the jobs and upload their CV's. That's pretty much it.

    I am wondering what PHP framework would suit my requirements. i.e. one that enables simple CRUD operations and if possible makes it east to have an administrator area.

    Would there be a module for something like CMS made simple that could help with the administraion of the jobs ?

    Thank you for any advice

    Ease of maintenance whats your criteria for making that decision?

    Is it that you can't write C#?


  • Registered Users, Registered Users 2 Posts: 872 ✭✭✭grahamor


    I don't have the source code anymore ! Unless i can decompile the existing website somehow ?

    I also use a mac, so making changes means doing so in my day job on a PC which isn't ideal .


  • Registered Users, Registered Users 2 Posts: 34 onlinemonkey


    Have a look at Drupal. It's an opensource PHP based CMS with an active community and loads of plugins so you don't have to get your hands too dirty. The only down side is if you want to programme parts of the site yourself, it can be a pain to get your head around the hooks if you never have looked at it before.


  • Registered Users, Registered Users 2 Posts: 2,021 ✭✭✭ChRoMe


    grahamor wrote: »
    I don't have the source code anymore ! Unless i can decompile the existing website somehow ?

    I also use a mac, so making changes means doing so in my day job on a PC which isn't ideal .

    Yeah just decompile it, http://www.jetbrains.com/decompiler/


  • Moderators, Society & Culture Moderators Posts: 17,642 Mod ✭✭✭✭Graham


    Looking at the complexity of the existing site, use one of the off the shelf job sites/scripts. You can get them in almost any flavour and a lot of them support fairly extensive customisation.


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 2,021 ✭✭✭ChRoMe


    Graham wrote: »
    Looking at the complexity of the existing site, use one of the off the shelf job sites/scripts. You can get them in almost any flavour and a lot of them support fairly extensive customisation.

    You have no idea whats going on in the backend.....


  • Moderators, Society & Culture Moderators Posts: 17,642 Mod ✭✭✭✭Graham


    ChRoMe wrote: »
    You have no idea whats going on in the backend.....

    Apart from the subtle hint in the OP:
    grahamor wrote: »
    The website is a small brochure site that lets the administrator add jobs that are displayed on the website. Visitors can then apply for the jobs and upload their CV's. That's pretty much it.


  • Registered Users, Registered Users 2 Posts: 2,021 ✭✭✭ChRoMe


    Graham wrote: »
    Apart from the subtle hint in the OP:

    Heh.. if I had a penny etc etc, he doesn't have access to the source....

    edit: i'm not saying definitively that you are wrong, but neither of you are in a position to accurately gauge the complexity of that app.


  • Registered Users, Registered Users 2 Posts: 6,198 ✭✭✭Talisman


    There is a customised distribution of Drupal called Recruiter which is the foundation for building an e-recruitment service. Demo site: drupaljobs.epiqo.com.


Advertisement