Giter VIP home page Giter VIP logo

codeigniter-skeleton's People

Contributors

anvoz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

codeigniter-skeleton's Issues

Script files are appending to title and body tags

I got a requirement to implemet a project, for that purpose i'm usig this skeleton. At the time of debugging i found few js files are including after the title and body tags. How can i remove those script files.
For reference I'm adding screens. added script is marked with red color mark
s1
s2

Ion_auth login page + assets

Appears that ion_auth pages are not getting to the assets folder see below

    <!-- favicon.ico and apple-touch-icon.png -->

    <!-- Bootstrap core CSS -->
    <link rel="stylesheet" href="assets/css/bootstrap.min.css">
    <!-- Custom styles -->
    <link rel="stylesheet" href="assets/css/main.css">
            <!-- / -->

    <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
    <!--[if lt IE 9]>
        <script src="assets/js/html5shiv.js"></script>
        <script src="assets/js/respond.min.js"></script>
    <![endif]-->
</head>
<body>
    <header class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
    <div class="navbar-header">
        <button data-target=".navbar-collapse" data-toggle="collapse" class="navbar-toggle" type="button">
            <span class="icon-bar"></span>
            <span class="icon-bar"></span>
            <span class="icon-bar"></span>
        </button>
        <a href="http://127.0.0.1:8080/" class="navbar-brand">CodeIgniter Skeleton</a>
    </div>
    <nav class="collapse navbar-collapse">
        <ul class="nav navbar-nav">
            <li><a href="http://127.0.0.1:8080/">Home</a></li>
            <li><a target="_blank" href="https://github.com/anvoz/CodeIgniter-Skeleton">Github</a></li>
        </ul>
        <ul class="nav navbar-nav navbar-right">
            <li><a href="http://127.0.0.1:8080/addons">Add-ons <span class="badge">3</span></a></li>

Assets directory not reachable from Auth subdirectories

Great job !!!!
A small issue exists when going to the different auth directories as they cannot reach the Bootstrap css. (only if you don't set the full path which is a pain when working with local and remote).
Best regards

Message: Undefined property: CI::$auth

I'm getting this error:
A PHP Error was encountered

Severity: Notice

Message: Undefined property: CI::$auth

Filename: MX/Controller.php

Line Number: 58

Fatal error: Call to a member function logged_in() on a non-object in C:\xampp\htdocs\fullplayarg\application\modules\auth\controllers\auth.php on line 75

and I have not been able to solved
(sorry for my English ;P )

Other thumbnails are not created

Hi!

I have a problem with image upload. In 'config/upload.php' I added a few lines ('mini' subarray)
2014-08-24 19_01_14-c__webservers_home_codeign net_www_application_config_upload php www www - su, but 'mini' images are not being created as I plan. Server create a directory with the same name, but all images in it have original size. Editing values in 'thumbnail' array is changing thumbnail image in corresponding directory.

Multiple dialogs on same page

Hello.

Is it possible to use multiple dialogs on a same page?
Both dialogs use a different function on the same ajax controller

  • products_ajax.php
    • function delete_groups()
    • function delete_segments()

the function for deleting groups is working with the dialog. but deleting segments doesn't work (no dialog).

assets folder url incorrect when opening a method in a controller

If I visit the default todo application my assets folder is specified correctly as below

ci_test/assets/css/bootstrap.min.css

but if I copy the index method and rename as a new method in the same controller the assets path is broken and looks like this

ci_test/todo/assets/css/bootstrap.min.css

Any ideas of what needs changing in the configuration to fix this?

Ion_auth + migraiton

During the "Copy" for ion_auth the migration folder in data isn't copied out. Currently have to be completely by hand.

Question;

HI,
Any plans to update the framework to 3.0?

Kinds Regards,
Joe

How to get the CI Instance

Hi,

I just tried loading my model and test some requests but I cannot get the CI Instance to work in the CI_TestCase.

How can I get the CI Instance?

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.