[eluser]spyro[/eluser]
[quote author="spyro" date="1228813541"]primary_id doesn't seem to work unless it is under form_setup.
With your suggestion it puts me back to the SQL error.[/quote]
Is anyone else seeing this issue?
[eluser]jazbek[/eluser]
Hi guys,
Just starting out with Code Extinguisher and am really grateful for all the time it's saved me. I got my basic forms set up very quickly and am now just stuck on one small detail.
I deleted the 'example' table from my database and would like to display a different table by default when a user logs in. I tried changing all the references in the example.php controller to my new table, but cannot seem to get around various mysql and php errors. Can someone describe the exact steps that would be required to remove all references to the example table? I've been successful deleting it from the left navigation and all that's left is for CE to load a different table on login.
Cheers, and thanks JTaby for this awesome package.
[eluser]Majd Taby[/eluser]
make sure you change the default_controller, also, look in codex.php under the config/ directory
[eluser]Majd Taby[/eluser]
I'll have to look into your first issue
as for the second...I suggest making/modifying a plugin and changing the prepForDisplay function.
[eluser]jazbek[/eluser]
Great, thank you.