I am going to be builiding a site like ebay - with all the features of ebay. Please note my payment method is limited to paypal.
I\'m building an app in CodeIgniter. I have an invoice form which uses jQuery to crea开发者_C百科te new line items. The line items are formated as follows:
What is the best way to check session from a view in CodeIgniter, it shows n开发者_高级运维o way in their user guide, otherwise I will have to make two views on everything, which is kinda weird...stil
How do I stop CodeIgniter adding semicolons ; to data sent via POST that contains ampersand &开发者_如何学Go;?
I\'m working on an app in CodeIgniter, and I want to have admin pages for several of the objects in the application, and I\'m wondering what would be the better way to put these into an MVC structure.
I use codeigniter. I have footer_view.php, header_view.php and other view php files for pages like aboutus, contactus, etc... for example for about us page, I create model for db actions, than I creat
I\'m trying to develop a little base CMS with CodeIgniter for my own use on projects but got stuck on this. Also, I\'m very new to CI, but got some years with ZF and OOP PHP.
in CI, for me at least, views must开发者_高级运维 be your layout (html), controllers are the structure and models handles the data. When building an app, where do business logic will be?
I have a set of fields to validate. Here is the scenario. Let\'s say I have fields shown below. Since the names are the same I put a number and add at the end.
How do you put two different function outputs from the same controller into the same view(page)? For example, I have a function going to the \"article\" div, and another function that I am trying to u