20

I'm trying to find a component builder for Joomla and I just found Marco's Component Maker, I'm wondering another one exist or not. I need some help, if anyone get help me that I'm very grateful.

Lieven Keersmaekers
  • 57,207
  • 13
  • 112
  • 146
bastet
  • 213
  • 1
  • 2
  • 7

9 Answers9

38

There are:

Mansour Alnasser
  • 4,446
  • 5
  • 40
  • 51
Thariama
  • 50,002
  • 13
  • 138
  • 166
  • you may thank me using the upvote arrow :) (and of course accepting my answer) – Thariama Dec 17 '10 at 12:39
  • All of these seem to use the "legacy" option. Any of them use the new MVC? – A F Feb 12 '14 at 16:43
  • @AakilFernandes "Legacy classes" are still used in every Joomla component. There's a project for this year's Google Summer of Code that will move them to the 3.x classes. – Andrés Maeso May 29 '14 at 10:11
3

You can build basic component from this website

http://www.notwebdesign.com/joomla-component-creator/

Samar
  • 209
  • 3
  • 9
2

Artisteer does not create or help create components, it makes templates. You may also want to check out Nooku, it's a complete development framework.

Brent Friar
  • 10,588
  • 2
  • 20
  • 31
1

You can build joomla component with table record edit/create/delete options + basic views

it is free of cost, you can create

  • unlimited tables
  • unlimited views
  • no time limit for component hosting,
  • with 'easy install' plugin you can directly updated changes in your installed component without downloading and installing. (just install your created component into your site once) all other changes can move directly to site with just one click
  • You can use joomla inbuilt field, and preview of field is there

You can use joomla inbuilt field, and preview of field is there

enter image description here http://www.developerextensions.com/index.php/joomla-component-creator

Joomla component creator

surinder singh
  • 1,463
  • 13
  • 12
1

I developed a component that you can install on your own Joomla website and build as many components as you like, with life time updates from github for free.

Check it out at the following URL

Have fun!!!

Llewellyn
  • 388
  • 6
  • 19
1

Personally, i use Cook Self Service

It's the best so far !!! Easy to use, lot of functionalities, clean code, stand-olone... I tried my first component after watching the video and I was fired up !! After 1 hour learning how it is working, i built my first component to magage theater reservations, and it works like a charm.

I just try now to push the program out of its limits, but it's really amazing !!!

Russ
  • 19
  • 2
0

You can also use alphaplug.com for creating components for Joomla.This is free of cost and doesn't need registration.Here's the link. http://www.alphaplug.com/index.php/products/mvc-generator-online.html

I'm nidhin
  • 2,592
  • 6
  • 36
  • 62
0

You can download extension com_jacc (just another component creator) and install it in your joomla. Its very simple and powerful, just create tables in database and you are ready to go.

RN Kushwaha
  • 2,081
  • 3
  • 29
  • 40
-1

You can use the best application: Aristeer (http://www.artisteer.com/).

The problem is the price. You can download the demo....

ferran87
  • 635
  • 1
  • 6
  • 17
  • Artisteer creates templates not components. Besides, all the code underneath that is used to generate the front is a tangled mess if you ever need to customize their templates IMO. – Daydah May 15 '15 at 15:59