The popular open-source contract for web designers and developers by Stuff & Nonsense
- Originally published: 23/12/2008
- Revised date: 15/12/2013
- Original post
| Homebrew build logs for ampersandhq/php/amp-php@7.2 on macOS 14.1 | |
| Build date: 2023-12-08 13:39:00 |
| From d5951cd822ae615c8ae56e1c92aae0a921ad611c Mon Sep 17 00:00:00 2001 | |
| From: Aydin Hassan <aydin@hotmail.co.uk> | |
| Date: Thu, 11 Aug 2016 13:00:42 +0200 | |
| Subject: [PATCH] Patch interceptor generator to add return types, bring in | |
| some zend-code 3 features | |
| --- | |
| Generation/ClassGenerator.php | 37 +++++++++++++ | |
| Generation/Interceptor.php | 42 +++++++++++++++ | |
| Generation/MethodGenerator.php | 112 ++++++++++++++++++++++++++++++++++++++ |
| SET FOREIGN_KEY_CHECKS=0; | |
| -- Customers | |
| DELETE FROM `customer_address_entity`; | |
| DELETE FROM `customer_address_entity_datetime`; | |
| DELETE FROM `customer_address_entity_decimal`; | |
| DELETE FROM `customer_address_entity_int`; | |
| DELETE FROM `customer_address_entity_text`; | |
| DELETE FROM `customer_address_entity_varchar`; | |
| DELETE FROM `customer_entity`; |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
| public function getEstimateRates() | |
| { | |
| if (empty($this->_rates)) { | |
| $groups = $this->getAddress()->getGroupedAllShippingRates(); | |
| $this->_rates = $groups; | |
| } | |
| return $this->_rates; | |
| } |