OrangeHRM Framework

Discuss Technical Queries about OrangeHRM
Post Reply
Louknows
Posts:1
Joined:Tue Jul 28, 2020 3:47 pm
OrangeHRM Framework

Post by Louknows » Tue Jul 28, 2020 3:54 pm

I've downloaded the code of OrangeHRM and I want to add some functionality into it to satisfy business needs. I checked the code, and it seems like it has its own framework. Is there a documentation on the workflow on how the controller, views are being selected per web request?

rajitha
Posts:48
Joined:Tue Feb 11, 2020 9:54 am

Re: OrangeHRM Framework

Post by rajitha » Wed Jul 29, 2020 10:09 am

Hi,
It's actually Symfony 1 framework. https://github.com/FriendsOfSymfony1/symfony1
E.g. Let say you want to edit https://<instance-relative-path>/admin/viewSystemUsers
Search viewSystemUsersAction.class.php (controller), viewSystemUsersSuccess.php (view)

Thanks

Post Reply