Welcome Guest, Not a member yet? Register   Sign In
Problem using own library.
#5

[eluser]starenka[/eluser]
ok i found the thing...

i dont use default ci configuration my www folder looks like this:
Code:
+---application
|   +---config
|   +---controllers
|   +---css
|   +---errors
|   +---gfx
|   |   \---throbber
|   +---hooks
|   +---js
|   |   \---scriptaculous
|   +---language
|   +---libraries
|   +---models
|   \---views
+---cache
+---codeigniter
+---database
|   \---drivers
|       +---mssql
|       +---mysql
|       +---mysqli
|       +---oci8
|       +---odbc
|       +---postgre
|       \---sqlite
+---fonts
+---helpers
+---language
|   +---czech
|   \---english
+---libraries
+---logs
+---plugins
\---scaffolding
    +---images
    \---views

so i have $system_folder = "";

but ci fails to load any library within /application/libraries UNLESS i make blank php file with same name in /libraries - this is just ugly hack to pass the code in function _ci_load_class

been using $system_folder = ""; for a while with no problems so far..
so now... is it me or a bug?


Messages In This Thread
Problem using own library. - by El Forum - 12-14-2007, 01:53 PM
Problem using own library. - by El Forum - 12-14-2007, 01:58 PM
Problem using own library. - by El Forum - 12-15-2007, 02:48 PM
Problem using own library. - by El Forum - 01-24-2008, 06:19 AM
Problem using own library. - by El Forum - 01-24-2008, 10:55 AM
Problem using own library. - by El Forum - 01-24-2008, 11:37 AM



Theme © iAndrew 2016 - Forum software by © MyBB