Welcome, Guest
Username: Password: Remember me

TOPIC: Modules

Modules 29 Aug 2013 13:31 #10925

  • MorganL
  • MorganL's Avatar
  • Offline
  • Platinum Member
  • Posts: 438
  • Thank you received: 53
  • Karma: 16
I have created a module using basic Joomla 2.,5 coding, but I have read various little tips and hints that we can use JCOOK coding and classes to pull data, generate views etc.

Does anyone have an example of a module they have created using proper JCOOK coding?

Also, would you still use the field type of SQL for a dropdown list in the XML file or is there again, a JCOOK way of doing this?
Morgan Leecy MCSE

Novell / Linux
PHP. MYSQL, Apache, node.js
Coldfusion, JQuery, HTML5
Joomla
The administrator has disabled public write access.

Modules 05 Sep 2013 10:11 #10988

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 984
  • Karma: 140
Cook is not providing the module scaffolding for the moment.

You just need to include the loader file your your component, it will be so easy to use all the features of your component without need to car with file to load.

In modules you can :
- Load your models and play with them
- Output HTML with JDom

Easy as that.
(I think there is a discussion about that)
Coding is now a piece of cake
The administrator has disabled public write access.
Time to create page: 0.095 seconds

Get Started