Jump to content

Starting a PHP project


chai

Recommended Posts

Hi all PHP gurus,

I am to develop a CRM-like software for a company in PHP.

I have no prior experience in PHP. I worked with ASP all the while.

I've been going through some PHP tutorial, e-book etc..



My questions are:

1) What are the things that I need to know/sort out before starting to code besides designing on the data model.
For eg, is there any particular structure that is recommended for a CRM s/w??(don't know whether this makes sense?)

2) I've read about OOP programming in PHP. Do you guys recommend in coding based on it.
As I am really new to PHP and the timeline is quite short, is it better if I just code it
"normally"? (writing often-used functions and calling them etc ..etc)

3) Any good PHP web resources that are recommended?

4) Any specified programming structure that I should keep to?


I hope to have all the important "structure" well defined/designed to make enhancement easier in the future.


Thanks in advance.
Link to comment
Share on other sites

1) The structure will hardly differ by choice of the scripting language. You may encounter limitations or possibilities compared to asp, but you'll have to adapt as you go.

2) I can recommend to use OOP for PHP, especially if you'll be able to use php5. Procedural scripting can get messy if your creating an app the size of an CRM system.. Since you've already got experience with asp, it won't take long to master.

3) Pffff... Too many. I can recommend you do a couple of CMS tutorials, that'll give you a point to start. Secondly, share your codedrafts on forums, let people tackle the problems you encounter. I probably shouldn't be saying this, but since you don't have much time, I think it's best to use multiple communities...

4) PHP is really flexible, can't think of anything specific.

Good luck.
Link to comment
Share on other sites

[!--quoteo(post=375472:date=May 20 2006, 04:26 AM:name=448191)--][div class=\'quotetop\']QUOTE(448191 @ May 20 2006, 04:26 AM) [snapback]375472[/snapback][/div][div class=\'quotemain\'][!--quotec--]
1) The structure will hardly differ by choice of the scripting language. You may encounter limitations or possibilities compared to asp, but you'll have to adapt as you go.

2) I can recommend to use OOP for PHP, especially if you'll be able to use php5. Procedural scripting can get messy if your creating an app the size of an CRM system.. Since you've already got experience with asp, it won't take long to master.

3) Pffff... Too many. I can recommend you do a couple of CMS tutorials, that'll give you a point to start. Secondly, share your codedrafts on forums, let people tackle the problems you encounter. I probably shouldn't be saying this, but since you don't have much time, I think it's best to use multiple communities...

4) PHP is really flexible, can't think of anything specific.

Good luck.
[/quote]

Thanks for the advice.
Off with my new project then :)

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.