⚠ 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. ⚠


harshalone

Member Since 24 Dec 2015
Offline Last Active Jul 20 2019 11:07 PM
-----

Topics I've Started

I am using bootstrap-v4 but still looks different

13 July 2019 - 09:30 PM

Hi please have a look at my instance and your both using bootstrap 4 theme but it is still looking different 

 

Can you please tell me how I can make my instance look like yours

 

My instance 1-g.png

your instance 2-g.png same as: https://www.groceryc...st/setRelation/

 

 

 


setRelation for 2 tables

13 July 2019 - 09:24 PM

Hi I have two tables

 

Table 1===================

#Events

 

eventid

eventname

category_id

 

 

#Event_categories

ecatid

cat_name

 

 

When I render Events table I want to see category name I know I can use setrelation but my category field has 2 different name in two different tables

 

and its not possible at the moment in current format

 

$crud->setRelation('officeCode', 'offices', 'city');

 

I want to connect Events->category_id = Event_category->ecatid

 

Can you please tell me how can I connect them so that I can see category name when I edite events.


Ooooops, something went wrong! If you can see this message, this is probably a misc...

13 July 2019 - 01:42 PM

I have followed your guide and looked into your installation video to integrate grocery crud into my CI project.

 

I have placed assets folder inside my theme folder and relatively set up the path also.

 

'assets_folder' => base_url() . 'theme/assets/grocery-crud/',

 

Error : https://www.bylde.co...events?m=events

 

 

I dont understand how to resolve this now. 

 

Attached screenshot