You need to upgrade your Flash Player

Express install of the flash player can be done so by following the link provided below.

Download Flash Player

You need to upgrade your Flash Player

Express install of the flash player can be done so by following the link provided below.

Download Flash Player


                                 
Our Specialties
  • Cloud Computing
  • Server Virtualization
  • Infrastructure Load balancing
  • Multi-server clusters
  • Automated system administration
  • Dynamic server configuration
  • Content Management
  • Digital Asset Management
                                 

Time Specific Entire Column Insert

Here is the code that WE (the Enomaly team) came up with to call data from a specific column on a page.
The "colpos" variable can be changed to work variables (0,1, 2, 3).

 

Code Listing:

 

#Define Page ID/Column for tIME SPECIFIC CONTENT



temp.cover = CONTENT
temp.cover {
select {
pidInList = 834 # uid of the page
where = colpos=0
andWhere deleted=0
andWhere hidden=0
andWhere DATEDIFF(CURDATE(),FROM_UNIXTIME(starttime)) > 0
andWhere DATEDIFF(CURDATE(),FROM_UNIXTIME(endtime)) < 0
}

table = tt_content
}

 

stardevelop.com Live Help Accept Decline Close