Results 1 to 6 of 6

Thread: Do I need to learn PHP?

  1. #1
    directjj is offline Sugar Community Member
    Join Date
    Jul 2005
    Posts
    35

    Question Do I need to learn PHP?

    Do I need to learn PHP in order to use and customize SugarCRM ?

    When would I use PHP and when would I use Studio?

    Thanks.

  2. #2
    kpit's Avatar
    kpit is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Dec 2005
    Location
    Memphis, TN
    Posts
    996

    Default Re: Do I need to learn PHP?

    You do not need to Learn PHP to use SugarCRM only to cusomize it yourself.
    Cheers,

    Max W. Blackmer, Jr.

    Blog
    Phone: +1 (901) 672-2694



  3. #3
    y2chuck is offline Sugar Community Member
    Join Date
    Nov 2005
    Posts
    84

    Default Re: Do I need to learn PHP?

    It depends on how much customization you want. If you just want to add some custom fields and other simple things, no you shouldn't need to learn PHP.

    If your going to want to make larger customizations (like re-arrange sub-panels, build modules etc) you probably should learn PHP.

    I didn't know PHP at all when I started with Sugar and just learned bits over time and it greatly reduces frustration by knowing how to navigate through code.

  4. #4
    directjj is offline Sugar Community Member
    Join Date
    Jul 2005
    Posts
    35

    Default Re: Do I need to learn PHP?

    Thanks,

    I have read about 40 Pages of Teach Yourself PHP in 24 hours.

    >>It is VERY easy to customize Sugar using Studio for simple stuff like layout changes and custom fields (text, dropdowns etc). You can even have Sugar audit custom fields to keep track of who changed what and when.

    Are you a professional programmer?

  5. #5
    y2chuck is offline Sugar Community Member
    Join Date
    Nov 2005
    Posts
    84

    Default Re: Do I need to learn PHP?

    no, web designer and project manager. I've built ASP scripts (submission forms and simple stuff), but I'm not a programmer.

  6. #6
    lambertr is offline Sugar Community Member
    Join Date
    Feb 2006
    Posts
    10

    Default Re: Do I need to learn PHP?

    It really, really, really helps.
    Sometimes even the concept of a "simple change" isn't that simple and you'll have to get into the code a bit to really get an understanding of what is going on.

    Moving and positioning items on the pages requires you go into the HTML templates in the modules directories most of the time. With just a little tweaking of the associated PHP code, you can do some fairly interersing stuff (which will generally break on the next release ), but once you start down the road to doing modifications, you can find out how to make the changes ito more permanent patches to be applied to new updates.

    Of course by mucking around in the code, you do run the risk of blowing something up, but hey, that's why we all run development sites.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •