"Murphy was an optimist!"
Current Magento Questions – getCustomerFormData January 21, 2010 10:18 pm
Posted by Doug McCaughan in : Programming, TechnologyThe Magento ecommerce question I am trying to answer right now is what does getCustomerFormData() do?
In AccountController.php and Register.php there is this reference $data = $this->_getSession()->getCustomerFormData(true); and this reference $data = new Varien_Object(Mage::getSingleton(‘customer/session’)->getCustomerFormData(true)); respectively. I’ve searched using grep and within eclipse’s file search but can find no other reference to getCustomerFormData.
I can find no reference to getCustomerFormData other than these two lines of code. So what is this supposed to be accomplishing?
add a comment
Protected: Can you read this? January 21, 2010 10:01 pm
Posted by Doug McCaughan in : Contest, Of InterestMagento – Developer Killer January 21, 2010 1:09 pm
Posted by Doug McCaughan in : Programming, TechnologyWhile trying to add some functionality to my client’s Magento ecommerce store, I came across an article that summed up my Magento experience quite well:
Most of us in ecommerce application development have already heard of Magento. Some would call it new ecommerce killer app. I myself stand with that statement for many of reasons. However I would like to call it with one more name, developer killer app. This developer killer is what I literally had in mind. Magento is currently one of the most difficult PHP systems out there a developer could learn and master. [Source, {}activecodeline, What makes Magento so hard to learn (emphasis added)]
I have put so much effort into learning this system that I both never want to touch it again AND must do more Magento development so that this exercise of gaining knowledge does not go to waste.
Today’s links for Magento success:
- Netbeans
- Eclipse
- ZendFramework
- MAGENTO_v1.3.2.4—Database_Diagram.pdf by ggoodwin
- ZendFramework Quikstart
1 comment so far
The roads are not safe! January 21, 2010 10:55 am
Posted by Doug McCaughan in : Daily Life, Family, SarahMy daughter just passed her driving test. She’s licensed to drive sans parent! Congrats Sarah!
add a comment
