I\'m using mySQL and PHPMyAdmin. I have the floowing three tables and fields in my DB; T_users; F_uID - varchar - (PK)
I want to show All Product Categories in admin side of My module in System.xml as a multiselect. 开发者_开发问答$_category = Mage::getModel(\'catalog/category\')->load();
My project is using Symfony 1.3.11, PHP version is 5.3.3. Let me explain my case and my problem: We wanted to add another kind of user, not just \"user\" and \"admin\" (using sfGuardPlugin). I did
I have a blog made with symfony 1.4. In the generated admin, I\'ve added the column \"has tags\", by adding the following to Content.class.php :
My Magento Version is 1.5.1.0-rc1. When Click on Customer Tab and Manage customer then it will show customer detail proper but when click in edit then give me header and footer without body middle co
My project contains a Loc model that saves lat,lng and address of a location. And to find location points more easily, I\'m using google-map. The problem is, I want to update my google-map whenever ad
I\'ve asked this on the magento forum but had no response so thought I would try here. I am trying to set up my admin url on a subdomain (admin.mystore.com) but it’s not working.
My Magento verions is 1.3.2.1 In the admin When i click the System -> Configuration -> Payment Methods it outputs the following error
Django\'s admin is very nice and many of the wi开发者_如何学Pythondgets is reuseable. What are alternative options? Extensions for other Web frameworks? Auto schema migration?web2py has something cal
I am working on a small newsletter-app for a custom-Blog-Django-project (just for me). One main feature of the project is the defined set of Article-Types. All Article-types are children of the abstra