![]() |
Template controller to grocery CRUD? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: Template controller to grocery CRUD? (/showthread.php?tid=42617) Pages:
1
2
|
Template controller to grocery CRUD? - El Forum - 06-15-2011 [eluser]web-johnny[/eluser] @a/\ekc This is why I'm having this poll :-) . Probably in the next version (1.1) I will remove the two libraries so the users will be more flexible as you said. The next version (probably) will work with views so this will make it automatically more flexible. Template controller to grocery CRUD? - El Forum - 06-16-2011 [eluser]felix_[/eluser] @web-jonny ok this works.. so i dont have double loaded jquery but i still dont know what causes the js error :/ Template controller to grocery CRUD? - El Forum - 06-16-2011 [eluser]a/\ekc[/eluser] Quote:a/\ekc This is why I'm having this poll :-) . Probably in the next version (1.1) I will remove the two libraries so the users will be more flexible as you said. The next version (probably) will work with views so this will make it automatically more flexible. As for me, there was no problem put grocery CRUD dataset in my view I did in version 1.0.3 so (experimental) I had only MY_Loader.php (without MY_Output.php) in controller Code: function test_crud_in_view(){ so in view/template.php Code: <?php and so only one problem exists to quickly get correct CSS and JavaScript libraries for concrete theme And i think this is your development priority ;-) Template controller to grocery CRUD? - El Forum - 06-16-2011 [eluser]web-johnny[/eluser] Did you read the installation instructions for to not work with templates ? Is if you scroll down a bit on http://www.grocerycrud.com/crud/view/codeigniter_installation . But you still need the MY_Loader.php for now this version of grocery crud. Template controller to grocery CRUD? - El Forum - 06-17-2011 [eluser]a/\ekc[/eluser] [quote author="web-johnny" date="1308261675"]Did you read the installation instructions for to not work with templates ? Is if you scroll down a bit on http://www.grocerycrud.com/crud/view/codeigniter_installation . But you still need the MY_Loader.php for now this version of grocery crud.[/quote] I see that your main aim is completely remove MY_Output and MY_Loader. As for me, the main problem is to have "public" or "template" folder only in top of web folder node without any other possibilities to rename or move them to another place them quickly. In my project i can use such folders for other goals already. So i voted for template controller, but would like to see it more flexible in this. Think, we have understood one another. Best wishes. Template controller to grocery CRUD? - El Forum - 06-17-2011 [eluser]lwliang061[/eluser] These things looked pretty good,some that I can learn, and I hope to learn more on it! Template controller to grocery CRUD? - El Forum - 06-17-2011 [eluser]ipsod[/eluser] It's too "magic" for me as is. I use CI, not RoR, because I prefer simplicity and ease of customization. Template controller to grocery CRUD? - El Forum - 06-18-2011 [eluser]web-johnny[/eluser] Thanks guys I really appreciate it :-) |