CodeIgniter Forums
Rambo-scaffolding - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22)
+--- Thread: Rambo-scaffolding (/showthread.php?tid=9057)



Rambo-scaffolding - El Forum - 06-10-2008

[eluser]recoilme[/eluser]
Rambo scaffolding
Rambo-scaffolding its tiny codeigniter plugin.

Install:

unpack Rambo-scaffolding.zip and replace scaffolding folder in codeigniter.

How to use:

as usual scaffolding.

1. type

Code:
$route[’scaffolding_trigger’] = “rambo”;  in application/config/routes.php

2. type

Code:
$this->load->scaffolding(’table_name’);

and in url www.your-site.com/your-controller/rambo - you will see admin panel for this table.

Advanced usage:

Code:
if ($this->logged_in == FALSE) redirect('register/login');// some login check
// fields what we want see on rambo-panel
$fields = array (
'0'         => 'id',//1'st field must be primary key!
'1'         => 'timecreate',
'2'         => 'userlogin',
'3'         => 'msgbody',
'4'         => 'comments_cnt'
);

$table = array (
‘table’     => ‘msg’,
‘fields’    => $fields
);

if ($this->userid == 1 or $this->userid == 3)//some auth check

$this->load->scaffolding($table);

What its will do?

1. some admin interface for your moderators

2. Sortable grid

3. Filters on anyfield

What its use?

mootools, sortablegrid and codeigniter off corse

its all included in arhive, except codeigniter

Will standart scaffolding work?

Yes. Its backward compatible (oOo, my dirty english is rulezz!)

How its look?

see screenshort

Download


Rambo-scaffolding - El Forum - 06-10-2008

[eluser]wiredesignz[/eluser]
Looks very good. Nice work. Wink


Rambo-scaffolding - El Forum - 06-10-2008

[eluser]recoilme[/eluser]
Thx, wiredesignz)


Rambo-scaffolding - El Forum - 07-18-2008

[eluser]Darrious[/eluser]
The Download link isn't working. Could you please place it up else where, or could someone else upload somewhere else.
I'd really like to have this if possible.

Thanks


Rambo-scaffolding - El Forum - 07-21-2008

[eluser]recoilme[/eluser]
[quote author="Darrious" date="1216419283"]The Download link isn't working. Could you please place it up else where, or could someone else upload somewhere else.
I'd really like to have this if possible.

Thanks[/quote]

Hi, Darrious

I rewrite my blog from wordpress on codeigniter and links change..
now link on description: description
download url: download