PHP, MySQL web app development guidline help

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
mike4christ
Forum Newbie
Posts: 2
Joined: Tue Sep 13, 2011 6:37 am

PHP, MySQL web app development guidline help

Post by mike4christ »

Greetings,
I was planning to develop this web application for this company. The application I'm about to develop is an application that manages sales info, bank reconciliation, inventory, human resource and the like. The company demands it to be custom made and web based. I'm a junior php developer and didn't know what to start with. I used to develop with PHP and MySQL, and I used to code from scratch. Now I want your ideas on what tools to use or any idea worth to share. I was plannin to use joomla's platform (don't know if it's possible) then manage users, modules and the basic things from the backend and so on. I just want it to be professional. I heard something like Zend, cakePHP but don't know what they are. Can anyone help? Thanks in Advance!
mika79
Forum Newbie
Posts: 3
Joined: Sun Jan 27, 2008 4:32 am
Location: Slovenia

Re: PHP, MySQL web app development guidline help

Post by mika79 »

Try http://www.yiiframework.com/

It is Object oriented, modern, fast and easy to use PHP framework.
User avatar
Salaria
Forum Commoner
Posts: 34
Joined: Fri Feb 13, 2009 2:50 am
Location: India
Contact:

Re: PHP, MySQL web app development guidline help

Post by Salaria »

Instead of using Joomla I would recommend Drupal as you can get User Controls and Access Control by default, Can also find some modules and plugins available as per your requirement like Inventory and Human Resource modules.

Drupal can also be used as a PHP framework.

Otherwise if you want to develop everything from scratch then you should go for Zend Framework as it has extensive library support. You can extend and use libs in all ways you want.
Post Reply