Rated 5 out of 5 by Sakrey This extention is awesome
This extemtion save a tons of time. Please continue update it and support.
November 29, 2016
Rated 5 out of 5 by tusharbagal Nice extension
Save lot of time to create module manualy. It's vey useful, i will use for every time
March 23, 2016
Rated 4 out of 5 by KrupalKumar The entity "iconau designer" must have an attribute that behaves as a name.
When I creating entity and add multiple Field/Attribute and save every time getting this error
( The entity "iconau designer" must have an attribute that behaves as a name. )
Anybody have any solution.
February 23, 2016
Rated 5 out of 5 by jschrab Should become part of Magento core functionality - It is that useful!
This is SO nice! Developing modules/extensions for custom entities looked like an utter chore, when I first started learning Magento. And then I found Ultimate Module Creator. Chore no more!
There is A LOT of help with in the module itself in the form of form tool-tips for most every field (and there are A LOT of fields).
I would like to see a "made changes, re-install the created module" feature.
December 18, 2015
Rated 3 out of 5 by Mrs_PetraByte My new extension does not work
in frontend.
I installed module creator in CE 1.9.2.1 - very well.
Also the code of local extension seems well. The new db-tables with referential integrity and the other entries in core table are right.
I can use the extension in backend to manage the new objects. But I an not see the objects in header of every page.
var_dump supplies NULL
and
Fatal error: Call to a member function getSprutxt() on null in ... \design\frontend\rwd\default\template\slogan_spruchgenerator\spru\view.phtml on line ...
I did many experiences but I did not find the reason.
What can be the mistake?
Thanks for ideas and help
Petra
config.xml
<?xml version="1.0"?>
<!--
/**
* Slogan_Spruchgenerator extension
*
* NOTICE OF LICENSE
*
* This source file is subject to the MIT License
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/mit-license.php
*
* @category Slogan
* @package Slogan_Spruchgenerator
* @copyright Copyright (c) 2015
* @license http://opensource.org/licenses/mit-license.php MIT License
*/
-->
<config>
<modules>
<Slogan_Spruchgenerator>
<version>1.0.0</version>
</Slogan_Spruchgenerator>
</modules>
<global>
<resources>
<slogan_spruchgenerator_setup>
<setup>
<module>Slogan_Spruchgenerator</module>
<class>Slogan_Spruchgenerator_Model_Resource_Setup</class>
</setup>
</slogan_spruchgenerator_setup>
</resources>
<blocks>
<slogan_spruchgenerator>
<class>Slogan_Spruchgenerator_Block</class>
</slogan_spruchgenerator>
</blocks>
<helpers>
<slogan_spruchgenerator>
<class>Slogan_Spruchgenerator_Helper</class>
</slogan_spruchgenerator>
</helpers>
<models>
<slogan_spruchgenerator>
<class>Slogan_Spruchgenerator_Model</class>
<resourceModel>slogan_spruchgenerator_resource</resourceModel>
</slogan_spruchgenerator>
<slogan_spruchgenerator_resource>
<class>Slogan_Spruchgenerator_Model_Resource</class>
<entities>
<spru>
<table>slogan_spruchgenerator_spru</table>
</spru>
<spru_store>
<table>slogan_spruchgenerator_spru_store</table>
</spru_store>
</entities>
</slogan_spruchgenerator_resource>
</models>
</global>
<adminhtml>
<layout>
<updates>
<slogan_spruchgenerator>
<file>slogan_spruchgenerator.xml</file>
</slogan_spruchgenerator>
</updates>
</layout>
<translate>
<modules>
<Slogan_Spruchgenerator>
<files>
<default>Slogan_Spruchgenerator.csv</default>
</files>
</Slogan_Spruchgenerator>
</modules>
</translate>
<global_search>
<spru>
<class>slogan_spruchgenerator/adminhtml_search_spru</class>
<acl>slogan_spruchgenerator</acl>
</spru>
</global_search>
</adminhtml>
<admin>
<routers>
<adminhtml>
<args>
<modules>
<Slogan_Spruchgenerator before="Mage_Adminhtml">Slogan_Spruchgenerator_Adminhtml</Slogan_Spruchgenerator>
</modules>
</args>
</adminhtml>
</routers>
</admin>
<frontend>
<routers>
<slogan_spruchgenerator>
<use>standard</use>
<args>
<module>Slogan_Spruchgenerator</module>
<frontName>spruch_spruchgenerator</frontName>
</args>
</slogan_spruchgenerator>
</routers>
<layout>
<updates>
<slogan_spruchgenerator>
<file>slogan_spruchgenerator.xml</file>
</slogan_spruchgenerator>
</updates>
</layout>
<translate>
<modules>
<Slogan_Spruchgenerator>
<files>
<default>Slogan_Spruchgenerator.csv</default>
</files>
</Slogan_Spruchgenerator>
</modules>
</translate>
</frontend>
<default>
<slogan_spruchgenerator>
<spru>
<breadcrumbs>0</breadcrumbs>
</spru>
</slogan_spruchgenerator>
</default>
</config>
December 6, 2015
Rated 5 out of 5 by Geo Dinca Excellent work
Installed on a fresh Magento 1.9.2.2
This is a must have component on each Magento Developer - the missing component builder you usually find in MVC frameworks :)
Thank you Marius for your community contribution!
November 18, 2015
Rated 1 out of 5 by FIFACOINSLITE it cause website crushed
Fatal error: Call to a member function extend() on a non-object in /lib/Varien/Simplexml/Config.php on line 600
October 28, 2015
Rated 5 out of 5 by ramesh775 Simple issue is there in this plugin
in the Name Settings menu . Label plural is accepting single quotes. if enter single quotes download code is not working . lot of issues are raised. please check it once.
July 24, 2015
Rated 5 out of 5 by ashokluck77 Superb Extension
This is a really great extension.
It solves my 80% magento problems.
Thanks
July 15, 2015
Rated 5 out of 5 by pushpendra_s Excellent Plugin for module creation
I love this module, Its user friendly module, its save my time for develop module as I need
June 24, 2015
Stay Connected