Search the Community
Showing results for tags 'codeigniter'.
-
Hello Everyone, I Created a database called "library" and the table name is "stud". When i running the code in localhost it shows the error like this "Unable to load the requested class:library". Can anyone say what's the problem? Thanks in advance
-
While uploading a video, not uploading but image and files are uploading. The array after showing array Array( [file] => Array ( [name] => vlc-record-2016-05-08-21h02m18s.mp4 [type] => [tmp_name] => [error] => 1 [size] => 0 )) can any one please help me.
- 5 replies
-
- codeigniter
- php
-
(and 2 more)
Tagged with:
-
I'm currently developing an online web community, and I was thinking of allowing the base of the website to be extensible by developers. The site is built on the CodeIgniter and Zend php frameworks. I was wondering what the best way to allow these extensions to be made would be? Would it be better to use the frameworks' plugin capabilities or what? Can someone help point me in the right direction?Any and All help is appreciated! :]