Multi-Dimenstional Table Library? |
Hello, I am trying to create the following table/array:
A. Field1, Field2, Field3, Field4, Field5 B. Under Field1 we have Subfield11, Subfield12, Subfield13, Subfield14, Subfield15 Under Field2, we also have Subfield21, Subfield22, ...Subfield25 etc. until Field5 C. Under Subfields11 we have Step111, Step112, Step113, Step114, Step115 Under Subfield12 we have Step121, Step122, Step 123, Step124, Step125. etc. until Subfield55 The names Field1-Field5, Subfield11-Subfield55, and Step111-Step555 can be user-defined (and may even be phrases, not single words). Is there a Codeigniter library for this? I already have something like this, with GUI and database saving/editing, but it was written in Core PHP, and I do not want to go that route.
I think you need CI5, especially the MRI functionality.
You can read about it here https://forum.codeigniter.com/thread-64843.html Personally I am looking forward to it's release.
CodeIgniter Nested Categories
What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
(12-22-2016, 03:31 PM)InsiteFX Wrote: CodeIgniter Nested Categories Is that page complete? It seems to have stopped at "Adjacency Lists". Anyway, for now I will use GroceryCRUD for manual editing of entries. I will handle the whole said module later.
Click on the link at the bottom - CodeIgniter Adjacency List, will take you to GitHub
What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
(12-22-2016, 02:28 PM)PaulD Wrote: I think you need CI5, especially the MRI functionality. where is the like button here? lol
God Bless CI Contributors
![]() |
Welcome Guest, Not a member yet? Register Sign In |