ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

Discontinued

May 01, 2009 2:46pm

Subscribe [26]
  • #1 / May 01, 2009 2:46pm

    The Wizard

    265 posts

    THIS APP IS DISCONTINUED. LOOK FOR iScaffold 2.0 by some other author 😊 THANKS

  • #2 / May 02, 2009 12:38pm

    N Narayanan

    8 posts

    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

  • #3 / May 02, 2009 12:39pm

    The Wizard

    265 posts

    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.

  • #4 / May 02, 2009 1:09pm

    Fatih

    59 posts

    Good works, congratulations Herr Kaleun! Your application is useful for newbies and experienced users. I hope you shall develop this application much better.

    Thanks.

  • #5 / May 02, 2009 1:12pm

    The Wizard

    265 posts

    Good works, congratulations Herr Kaleun! Your application is useful for newbies and experienced users. I hope you shall develop this application much better.

    Thanks.

    Thank you very much 😊
    I want to develop it into a full blown application manager program.
    Lets see what the time will bring us 😛

  • #6 / May 02, 2009 1:36pm

    N Narayanan

    8 posts

    Fantastic! It worked now. Good Job. I am waiting to see a full blown application manager program.

    Regards
    Narayanan

  • #7 / May 02, 2009 1:42pm

    The Wizard

    265 posts

    im happy that you liked it 😊
    i hope it will find good use among all users.

  • #8 / May 02, 2009 5:40pm

    Yorick Peterse

    537 posts

    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:

    function enroll( )
        {
            $data_enroll = $this->model_users->enroll_users( );
            //$data['data_enroll'] = $data_enroll;
            
            echo '<pre>';
            print_r( $data_enroll );
            echo '</pre><p>‘;<br />
            <br />
            echo anchor( ‘Users/create’, ‘Create New’ );        <br />
        }
    </pre>

    I’m not really sure what it does, but it might just be because I’m relatively new to CI 😊

  • #9 / May 02, 2009 5:44pm

    The Wizard

    265 posts

    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:

    function enroll( )
        {
            $data_enroll = $this->model_users->enroll_users( );
            //$data['data_enroll'] = $data_enroll;
            
            echo '<pre>';
            print_r( $data_enroll );
            echo '</pre><p>‘;<br />
            <br />
            echo anchor( ‘Users/create’, ‘Create New’ );        <br />
        }
    </pre>

    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 😊

  • #10 / May 02, 2009 6:12pm

    Yorick Peterse

    537 posts

    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:

    function enroll( )
        {
            $data_enroll = $this->model_users->enroll_users( );
            //$data['data_enroll'] = $data_enroll;
            
            echo '<pre>';
            print_r( $data_enroll );
            echo '</pre><p>‘;<br />
            <br />
            echo anchor( ‘Users/create’, ‘Create New’ );        <br />
        }
    </pre>

    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).

  • #11 / May 02, 2009 6:14pm

    The Wizard

    265 posts

    sure 😊
    it would be cool if we make that in the final release 😊
    i definitely keep that in mind 😊

  • #12 / May 02, 2009 6:41pm

    Yorick Peterse

    537 posts

    sure 😊
    it would be cool if we make that in the final release 😊
    i definitely keep that in mind 😊

    No problem at all 😊

  • #13 / May 03, 2009 4:24pm

    Dreammaker

    30 posts

    Feature requests:
    1) generation based on .yml-files (including validation and foreign keys)
    2) i18n in database

    😊

  • #14 / May 03, 2009 4:28pm

    The Wizard

    265 posts

    Hello dreammaker 😊
    the entire thing can be configured by the /templates directory,
    i however will take much more care for future conversions or modifications for that.

    what can be better in the database?
    could you be more specific ?

    i hope you liked it, take care 😊

  • #15 / May 03, 2009 4:48pm

    Dam1an

    2385 posts

    Hi, I’ve only had a chance to have a quick look through it, and the output it generates
    I can see this being useful for rapid prototyping and mockups etc, and even for small to medium scale applications, but unfortunatly, it isn’t quite for me, as I’m working on a very large project, and have a lot of very complex relationships that this (in its current version) is unable to model.

    I’ll have a look at how much I can get it towards something more suited to me by modifying the template files

    As a whole, it looks very promising, and I have a few suggestions that I picked up (I’ll have some more no doubt when I go through it in more detail)
    - You should give the option to return objects or arrays from the model (maybe its already possible, but I missed it)
    - the list (enroll) function in the models can be just the get and return as result_array or result (there’s also no need to speicy each field seperatly, just let it default to everything)
    - In the create method in the controller, even null fields are set to required by default?
    - It would be nice if it could detect foreign keys based on tablename_id (assuming the id field is the PK) and auto join on this

    Thats it for now
    But it definatly looks promising 😊

.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases