0.0.40 • Published 6 years ago

xceling-nodecontent v0.0.40

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

The xceling-* suite is a work new to nodejs, and as such should not be relied on. I am actively working on this, however, and hope to see a useful version available before spring of '15.

This code is based on PHP based CMS I developed and is currently in production use on a good number (the only number I can give is more then 30) websites. These websites include the small personal and some large commercial ones.

If you are interested in helping move this nodejs project forward or would like to see the PHP version contact me at rama@ramabahama.net

DYNASITE-NODECONTENT NOTES

This module contains the 'class' that encapsulates dynamic content that is stored in the database (d_node_definition).

The internal instance properties structure is not referenced directly - instead all outside references are through the getters and setters:

  • node_instance.ID = getter only, this id is set internally and is an integer unique to this entry in the table.
  • node_instance.ParentID = getter and setter, an integer value that refers to a parent node (see above ID).
  • node_instance.OwnerID = getter and setter, an arbitrary type that can identify an owner if needed.
  • node_instance.Title = getter and setter, an arbitrary (but usually string) type.
  • node_instance.Content = getter and setter, an arbitrary (but usually string) type.
  • node_instance.Keywords = getter and setter, an arbitrary (but usually string) type.
  • node_instance.Type = getter and setter, an array of values that represents one or more arbitrary types; if the setter is passed a singe non-array value then that value is placed in an array and saved as such.
  • node_instance.CreatedDateTime = getter and setter, an arbitrary type that should reflect a date.
  • node_instance.PublishedDateTime = getter and setter, an arbitrary type that should reflect a date.
  • node_instance.Flags = getter and setter, an integer reflecting the or'd values of the appropriate Node flags.
  • node_instance.TimeStamp = getter only, this should usually be a unix style timestamp used for internal control purposes.
0.0.40

6 years ago

0.0.37

7 years ago

0.0.36

7 years ago

0.0.35

7 years ago

0.0.30

7 years ago

0.0.23

7 years ago

0.0.22

7 years ago

0.0.21

7 years ago

0.0.15

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago