![]() |
Discontinued - 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: Discontinued (/showthread.php?tid=18290) |
Discontinued - El Forum - 05-01-2009 [eluser]The Wizard[/eluser] THIS APP IS DISCONTINUED. LOOK FOR iScaffold 2.0 by some other author ![]() Discontinued - El Forum - 05-02-2009 [eluser]N Narayanan[/eluser] Hi, I am using Codeigniter 1.7.1 in Windows XP with XAMPP. You code takes me to the welcome page, but after I click the hyper link in the bottom, I am getting 404 page not found error. Please help me here Regards Narayanan Discontinued - El Forum - 05-02-2009 [eluser]The Wizard[/eluser] hello, its probberly the issue with .htaccess file. OK please RE DOWNLOAD the package. Now it has no htaccess file and is also configured to work out of the box. Discontinued - El Forum - 05-02-2009 [eluser]Fatih[/eluser] Good works, congratulations Herr Kaleun! Your application is useful for newbies and experienced users. I hope you shall develop this application much better. Thanks. Discontinued - El Forum - 05-02-2009 [eluser]The Wizard[/eluser] [quote author="fatigue" date="1241298565"]Good works, congratulations Herr Kaleun! Your application is useful for newbies and experienced users. I hope you shall develop this application much better. Thanks.[/quote] Thank you very much ![]() I want to develop it into a full blown application manager program. Lets see what the time will bring us ![]() Discontinued - El Forum - 05-02-2009 [eluser]N Narayanan[/eluser] Fantastic! It worked now. Good Job. I am waiting to see a full blown application manager program. Regards Narayanan Discontinued - El Forum - 05-02-2009 [eluser]The Wizard[/eluser] im happy that you liked it ![]() i hope it will find good use among all users. Discontinued - El Forum - 05-02-2009 [eluser]Yorick Peterse[/eluser] I just tried your app and I have to say, wow! It works out pretty well, with the exception of the shitty English ![]() However I was wondering, when I take a look at the generated controller for a table A LOT of functions popup, for example the following: Code: function enroll( ) I'm not really sure what it does, but it might just be because I'm relatively new to CI ![]() Discontinued - El Forum - 05-02-2009 [eluser]The Wizard[/eluser] [quote author="Yorick Peterse" date="1241314834"]I just tried your app and I have to say, wow! It works out pretty well, with the exception of the shitty English ![]() However I was wondering, when I take a look at the generated controller for a table A LOT of functions popup, for example the following: Code: function enroll( ) I'm not really sure what it does, but it might just be because I'm relatively new to CI ![]() Thank you and apologies ![]() I'm a native german and turkish speaker, english is kinda ok and japanese is on the way, i try to give my best ![]() good question, you cant use the word list as a (controller) function name because there is a NASTY name conflict with PHP. So i used enroll. That displays the info of the entire table, symbolic for 'list' i hope it is of use to you ![]() Discontinued - El Forum - 05-02-2009 [eluser]Yorick Peterse[/eluser] [quote author="herrkaleun" date="1241315054"][quote author="Yorick Peterse" date="1241314834"]I just tried your app and I have to say, wow! It works out pretty well, with the exception of the shitty English ![]() However I was wondering, when I take a look at the generated controller for a table A LOT of functions popup, for example the following: Code: function enroll( ) I'm not really sure what it does, but it might just be because I'm relatively new to CI ![]() Thank you and apologies ![]() I'm a native german and turkish speaker, english is kinda ok and japanese is on the way, i try to give my best ![]() good question, you cant use the word list as a (controller) function name because there is a NASTY name conflict with PHP. So i used enroll. That displays the info of the entire table, symbolic for 'list' i hope it is of use to you ![]() Aah ok, now I understand. If you want I can translate the application into both Dutch and English as I am capable of reading german (though I can't speak it). |