Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Verify the existence of the above created project by using getAllUserProjects.php file 
  2. User = Project owner who creates the Project. User name is given as a command line argument.
    1. Format;
      php getAllUserProjects.php <space><user>
    2. Sample values;
      user: Thomas
  3. Execute the file; all the projects created by the given user will get listed with project information.

...

  1. Image Added
    Image - Project Detail Listing

Tutorial IV - Create, View , Update & Clone Experiment

...