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
var months = new Array('January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'); | |
var shortdays = new Array('Sun','Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'); | |
var longdays = new Array('Sunday','Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'); |
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
http://codeigniter.com/wiki/TCPDF-CodeIgniter_Integration |
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
http://hungred.com/how-to/integrate-paypal-express-checkout-solution/ | |
http://leepeng.blogspot.com/2006/04/standard-paypal-php-integration.html |
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
http://phpduck.com/oop-basics-in-php-5/ | |
http://www.elated.com/articles/object-oriented-php-for-absolute-beginners/ | |
http://www.elated.com/articles/object-oriented-php-autoloading-serializing-and-querying-objects/ | |
http://www.elated.com/articles/object-oriented-php-delving-deeper-into-properties-and-methods/ |
NewerOlder