Results 1 to 5 of 5
  1. #1
    Join Date
    Dec 2008
    Posts
    8
    Plugin Contributions
    0

    Default Which PHP Editor is best?

    I have been browsing through the source code files and I notice there are a lot of comments in the top of each page which identify the page name and who last edited the file. I cannot imagine anyone being disciplined enough to do this each time they make a file chnage so I was thinking it must be something built into the php editor software. I have been using notepad which does not have this feature so would be very interested to know what the coders are using to edit their files and leave the comments in the code automatically.

    Example:

    /**
    * application_top.php Common actions carried out at the start of each page invocation.
    *
    * Initializes common classes & methods. Controlled by an array which describes
    * the elements to be initialised and the order in which that happens.
    * see {@link http://www.zen-cart.com/wiki/index.p...als#InitSystem wikitutorials} for more details.
    *
    * @package initSystem
    * @copyright Copyright 2003-2007 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    * @version $Id: application_top.php 7470 2007-11-24 20:54:50Z drbyte $
    */
    ...

  2. #2
    Join Date
    Jun 2003
    Posts
    33,720
    Plugin Contributions
    0

    Default Re: Which PHP Editor is best?

    It isn't the editor that does the comments, it is part of the versioning system we use that changes the ID line automatically.
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  3. #3
    Join Date
    Dec 2008
    Posts
    8
    Plugin Contributions
    0

    Default Re: Which PHP Editor is best?

    ah - thanks for that information.

    The obvious question then - what is a version system and which one is it you are using?

    Thanks

  4. #4
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: Which PHP Editor is best?

    I don't think zen gurus using notepad to write all those stuff..
    there are plenty of pro version of PHP editor out there .

    From Dreamweaver to more pro .. such as zend sutdio ,
    aptana , eclips with php plugin .. ( free ) .. all based on eclipse

    those are heavy duty IDE with complex interface for designing , debugging , refactoring , bla bla ..

    i think some of those editors are more complex then the code you want to write

    I started to use eclipse .. although i found it pain in the but it seems to do the job ..

  5. #5
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Which PHP Editor is best?

    That version thing is automatically updated by subversion, since you dont have access to zen subversion anyway you dont have to worry about it. If you want to add your own version id for your own files, you can look into subversion (google it)
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

 

 

Similar Threads

  1. Replies: 4
    Last Post: 17 Jul 2015, 04:44 AM
  2. Which PHP version is best for 1.3.8a?
    By mumzie in forum General Questions
    Replies: 2
    Last Post: 7 Sep 2008, 07:21 AM
  3. Which webhost and PHP/MySQL version best for Zen Cart?
    By dinosoup in forum General Questions
    Replies: 1
    Last Post: 15 May 2007, 04:50 AM
  4. wysiwyg editor: which is the best one?
    By rambo in forum General Questions
    Replies: 1
    Last Post: 10 Dec 2006, 11:18 PM
  5. Advice please! Which MySql and Which PHP
    By Daves Teddy in forum Installing on a Linux/Unix Server
    Replies: 13
    Last Post: 6 Nov 2006, 04:57 PM

Posting Permissions

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