-1
votes
1answer
19 views
codeigniter scaffolding
i can enter codeigniter scaffolding by enter the magic key but i cant create a new row.
does someone know why?
0
votes
1answer
12 views
Massive API/Framework mashup issue (oAuth, Facebook, Twitter, Code Igniter)
Hi all,
I'm having (many, but for now,) one problem with a project I'm working on.
It is a PHP project run on Code Igniter
It is a Facebook app that wants to use oAuth Twitter a …
0
votes
2answers
32 views
.htaccess Redirect non-WWW to WWW preserving URI string
I'm running the CodeIgniter platform, which uses .htaccess to accept URLs like
http://www.mysite.com/controller/function/argument
I currently use some .htaccess rewrites, namely …
0
votes
1answer
16 views
CodeIgniter - Using existing classes with CodeIgniter, any problems with including them directly?
I am considering using CodeIgniter as the framework for my next web-application. However, I already have a large number of helper classes and data structures defined. I could add t …
0
votes
2answers
31 views
HTML encoding in codeiginiter
I have an issue with the html-encoding in the Input library in Codeigniter.
I have a form used to edit the News in the admin side of my project. Here is the HTML code of the title …
0
votes
2answers
22 views
CodeIgniter form verification and class
I'm using the form validation library and have something like this in the view
<p>
<label for="NAME">Name <span class="required">*</span></label …
0
votes
0answers
11 views
CodeIgniter PHP5 Exceptions
I've been wondering what's the best way to deal with exceptions on CodeIgniter. The usual way is to use triger_error() or log_message() ... however I've been wondering if there's a …
1
vote
1answer
44 views
Get value from links with jquery
Hello.
I have a div box with some images that the user can click. When the user clicks the image i want a ajax call that will provide me with the product images from that provide …
0
votes
3answers
56 views
how can I bust out of a PHP class initialization if the user isn’t logged in?
I'm writing an admin section to a site using CodeIgniter. I am writing an Admin class that extends the Controller class, and then controllers for admin pages will extend Admin. I d …
0
votes
1answer
17 views
getting posts from Wordpress to out of WP in codeigniter view
Hi friends,
I use codeigniter and need to display last 3 posts at footer from blog as blabla.com/blog located.
when I create a test.php file as below. it works well,
test.php …
0
votes
2answers
48 views
E-commerce Development
I hope to open the doors to discussion with this question. I am a CodeIgniter developer looking for an E-commerce solution that follows a similar MVC structure like CI. I have narr …
0
votes
1answer
16 views
How to load helper from model in CodeIgniter?
I want to load some helper in a model. How to do this? Tried to use:
${get_parent_class($this)}->load->helper ('text');
But still getting an error
Fatal error: Call to …
2
votes
3answers
131 views
Can I use an open source framework in a project I plan to profit from?
I'm building a CMS on codeigniter. I'm modifying codeigniter in small ways to make it work with my ideas more seamlessly. But I wonder - are there any restrictions on how I can pro …
0
votes
6answers
71 views
HTML Select only returning First Option
i have several HTML Select dropdowns on the same page, used in slightly different contexts. they both use the same option data that is stored and echoed out of a php variable that …
-2
votes
1answer
42 views
Printer option in php
how to print a document using codeigniter PHP printer option without printer dialog box?
