⚠ 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 is an archived forum. ⚠

  •     

profile picture

no-cms integration



JustMe
  • profile picture
  • Member

Posted 09 March 2013 - 01:39 AM

After "not" paying attention for a few hours I realized that no-cms uses grocerycrud.

 

How does one go about using no-cms and allowing for the addition of other CRUD tables.

 

I am trying to build a site which is mostly database driven. In other words, I want users to enter

data into several different tables, and then I will perform calculations on the data.

 

I had it working with just using GC with CI. But now with no-cms, not sure how one re-creates the examples

that are on the GC site.

 

Thanks

brian


davidoster
  • profile picture
  • Member

Posted 09 March 2013 - 05:34 AM

I believe this is a question for [member=goFrendiAsgard].

Even though it is related to GC I believe you should post it somewhere here: http://getnocms.com/blog/blog/index/No-CMS-061-Stable-Jinsei


JustMe
  • profile picture
  • Member

Posted 09 March 2013 - 10:34 AM

Good point.


JustMe
  • profile picture
  • Member

Posted 09 March 2013 - 12:30 PM

It seems to be quite easy. Just got overwhelmed with all the moving parts.

 

You need to add a function into No-CMS-master/modules/main/controllers/main.php

and then create an associated view in No-CMS-master/modules/main/views.

Then add it to the navigation menu via the no-cms admin panel.