Extensions

Category:
Total 6 extensions.
yii-crontab no review yet   downloaded 138 times
Manages system cron jobs. Supports Application console commands
created by yiimann, last updated on August 2, 2010

yii-Crontab is an extension that helps to add system cron jobs. It also support Application console commands.

Jobs can be loaded from crontab file for modification etc..

Resources

synth-cms no review yet   not downloaded yet
Synth CMS
created by thiagovidal, last updated on July 28, 2010

Just parking...

icrud 3 reviews   downloaded 297 times
iCRUD - CRUD with i18n messages support and referenced fields completion - Obsolete
created by robregonm, last updated on August 2, 2010

This extension is the CRUD version with i18n CRUD support. That way the CRUD command will be able to generate the same CRUD that Yii generates plus i18n messages (English, Spanish, German, French and Portuguese currently supported, new languages are welcome). Also, All referenced fields are replaced by the master values instead of ids numbers.

Future Plans

  • There's no future plans, you are encouraged to use GTC - Gii Template Collection. Thyseus has made a great job implementing the current features of iCRUD in GTC module, so, this module is the official replacement to iCRUD, now, I'm helping him to improve GTC.

Resources

check-translations 1 review   downloaded 78 times
Checks for missing message files or forgotten translations
created by mintao, last updated on February 7, 2010

This extension simply checks all subfolders in your messages directory for missing translation files. It also compares existent files for missing translation keys. This little script just scans the directories and files - no write access.

Future releases may contain automatic translations from google translate or any other service.

Just created this little helper for my own and wanted to share it.

germancrudcommand 2 reviews   downloaded 89 times
Generates german Create, Read, Update and Delete views
created by thyseus, last updated on January 20, 2010

Generates german Create, Read, Update and Delete views

Resources

modulegen 5 reviews   downloaded 401 times
Module generator - models controllers actions CRUD
created by megabr, last updated on April 2, 2009

This script have an interesting function that not have present on YIIC:

limit the number of table columns that you want display at the admin page of CRUD, imagine, you have 30 colummns in your table;

YIIC CRUD generate 30 large columns in the horizontal way of course out of lay-out

typing crudm mymod 5 {table_name}
this generate only 5 columns at the admin site and at the list action; (see the documentation)

This tool can help you to generate full working app module based from an existing mysql table (CRUD) and usefulls class under a module dir sctructure like default yiic generator for models controllers and cruds.
this code is a modified version of main shell files
ControllerCommand.php
CrudCommand.php
ModelCommand.php


modified files:
ControllermCommand.php
CrudmCommand.php
ModelmCommand.php

commands: crudm modelm controllerm

Resources