Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Project save: Difference between revisions

From Catglobe Wiki
Cg_pham (talk | contribs)
No edit summary
Cg_pham (talk | contribs)
No edit summary
Line 1: Line 1:
[[Category:Project]]
[[Category:Project]]

{{HelpFiles}}


====Project_save====
====Project_save====

Revision as of 09:20, 12 December 2011



Project_save

Save a project object to the database

Syntax

Project_save(projectObject)

Arguments

  • projectObject: is an array. It is the project object which has the same format as what generated by Project_new function

Return value

empty

Example

array project = Project_new("My new project", 15548984, 33686100);

project[PROJECT_PLANNED_START_DATE] = getDateTime();

Project_save(project);

Availability

Version 5.6