This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <cfcomponent extends="Model" output="false"> | |
| <cffunction name="init" output="false"> | |
| <cfscript> | |
| hasMany(name="attemptedSolutions", shortcut="solution", dependent="delete"); | |
| nestedProperties(association="attemptedSolutions", allowDelete=true, sortProperty="sortOrder"); | |
| beforeValidation("$adjustAttemptedSolutionSortOrders"); | |
| </cfscript> | |
| </cffunction> | |
| <cffunction name="$adjustAttemptedSolutionSortOrders" access="private" hint="Adjusts array of attempted solutions before save happens so there aren't any null entries." output="false"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ pg_dump -h [host address] -p [port] -U [username] [database name] -F t -f [file path] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Not recommended | |
| body { | |
| padding: 0; | |
| margin: 0; | |
| background: #f5f5f5; | |
| line-height: 1.2; | |
| } | |
| // Preferred | |
| body { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <cffunction name="payInvoicePartially" returntype="struct" hint="Creates partial payment and applies to invoice. Based on the method found here: https://github.com/novaksolutions/infusionsoft-php-sdk/blob/master/Infusionsoft/InvoiceService.php" output="false"> | |
| <cfargument name="contactId" type="numeric" required="true"> | |
| <cfargument name="invoiceId" type="numeric" required="true"> | |
| <cfargument name="creditCardId" type="numeric" required="true"> | |
| <cfargument name="merchantAccountId" type="numeric" required="true"> | |
| <cfargument name="notes" type="string" required="false" default=""> | |
| <cfargument name="bypassCommissions" type="boolean" required="false" default="false"> | |
| <cfscript> | |
| local.sdk = CreateObject("component", "com.liquifusion.infusionsoft.core.Sdk").init( | |
| subDomain=variables.instance.id, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <abbr title="Hypertext Markup Language">HTML</abbr> isn't so hard to learn after all, is it? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <a href="/"><img src="logo.gif" alt="Return to home page" /></a> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Live Editor |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Alabama: | |
| - Autauga County | |
| - Baldwin County | |
| - Barbour County | |
| - Bibb County | |
| - Blount County | |
| - Bullock County | |
| - Butler County | |
| - Calhoun County | |
| - Chambers County |
OlderNewer