⚠ In case you've missed it we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This forum is read-only and soon will be archived. ⚠


edramirez

Member Since 29 Sep 2013
Offline Last Active Aug 15 2014 07:47 PM
-----

Posts I've Made

In Topic: How to create multiselect dropdown using an array - no table - no database

12 July 2014 - 05:27 AM

Hi, Dona -

 

First of all, welcome to GroceryCRUD! Hope you have looked at all the exciting features of this add-in software.

 

Okay, now for your question. Is it possible to use GC for arrays only?

 

The answer is NO. GC is designed to provide CRUD capability for tables, not arrays. Also, GC multi-select is used for input to be processed elsewhere.

 

In order to use multi-select for an array where the data selected is processed in that same interface, you would best need a javascript framework with grid-control capability to handle that requirement. 

 

Ed


In Topic: New version 1.4.1

12 July 2014 - 04:53 AM

Hi, Shum -

 

Seems like this post should have been in its own separate section.

 

You asked how to create multiple grids in one page.

 

I've worked with master-detail databases in CI/HMVC/GC and I haven't been able to do it using the least amount of code and headache.

 

If you want a fancy user interface with data being integrated in different grids, you need to use a javascript framework for that purpose.

 

Ed


In Topic: call grocery crud in other modules in hmvc

12 July 2014 - 04:40 AM

Hi, Rock -

 

Some of the guys here in this forum have CodeIgniter and GC skills that are almost in the level of magic.

 

But in order for them to spin their magic wands and create magic, you need to post here the specific code so that they could understand what's going on.

 

There are thousands of reasons why a particular code won't work, gremlins and bugs included. Let's see how your code looks like...

 

Ed


In Topic: Cancel and Delete Buttons not working.

12 July 2014 - 04:33 AM

Hi, Miguel -

 

DIVIDE AND CONQUER!

 

First of all, welcome to GroceryCRUD! I see you are having some difficulty...

 

Here's a suggestion. See how your program would run before you add all the additional code (javascript included). If it works - which should be the case - then you see if any add-ons (including javascript) will cause the program to continue working or to break down. After you have done this, you will have a clear idea what works automatically, what doesn't, and what needs to be tweaked. This is the Divide and Conquer approach to your problem.

 

Try this out first, then come back for a more specific question which the tough GC honchos here could help you with.

 

Hope this helps.

 

 

Ed

 

P.S.

 

Let me know if you got this post by clicking the Like button...


In Topic: having problem with hmvc and grocery crud

12 July 2014 - 04:24 AM

Hi there! I'm a pure CodeIgniter HMVC and GroceryCRUD developer. In other words, I've never built CI applications without HMVC and GC. Maybe I could help you out.

 

In order to give you a specific solution for your problem, could you post your code for just one controller. Let's dissect the problem...

 

Ed

 

Pls click Like if you have gotten this post.