codeigniter-2
Getting started with Doctrine 2 and CodeIgniter
I\'ve been reading about Doctrine for a while now and it surely looks interesting. I have read through most of the tutorials on phpandstuff.c开发者_如何学JAVAom, but I realise they\'re way outdated a[详细]
2023-04-03 03:51 分类:问答How to get form_dropdown() show the selected value in Codeigniter?
I am trying to populate a dropdown list from database. In my view file I have the following code $batch= $query [\'batch\']; // I pull this data from a separate model[详细]
2023-04-02 19:27 分类:问答Codeigniter 2.0.3 and Adodb Integration/Installation
How do you integrate Codeigniter 2.0.3 开发者_StackOverflow社区and Adodb?try this example (done with a MSSQL db, but adjust it to your db) :[详细]
2023-04-01 10:44 分类:问答Neo4jPHP and CodeIgniter (Neo4j)
How do you get Neo4jPHP to autoload as a library in CodeIgniter 2 ? https://github.com/jadell/Neo4jPHP[详细]
2023-03-31 04:16 分类:问答Is there an existing CodeIgniter helper/library that uses PHP DateTime class?
Does anyone know of an existing CodeIgniter (CI 2.0) Helper (or Library) that I can use to help with date and time formatting for views? Maybe something that uses the PHP5 DateTime class?[详细]
2023-03-28 10:44 分类:问答Cannot autoload/crossload libraries
I’m getting error when trying to autoload ion_auth library application/config/autoload.php $autoload[\'libraries\'] = array(\'database\', \'template\', \'asset\', \'ion_auth/i开发者_运维问答on_auth[详细]
2023-03-25 23:46 分类:问答Deploying a framework to a already ready project in PHP
I have a fully ready web app which we developed in php. It s full开发者_如何学编程y procedural as I didn\'t know I could use OOPS to make things efficient (since was a beginner in PHP). Now i have all[详细]
2023-03-24 00:44 分类:问答Doctrine 2 EntityManager causes time loss in first request
Recently I integrated Doctrine 2 ORM into CodeIgniter 2. I configured Doctrine 2 as a library and autoloaded it in CodeIgniter. Within a page I instantiate doctrine entity manager in the following way[详细]
2023-03-22 16:37 分类:问答403 error when moving CodeIgniter app from localhost to QA server
I’ve looked in the forums (both here and on CodeIgniter.com) but haven’t found any answers that help. I have a CI 2.0.2 app that I developed locally in MAMP. It works perfectly. I copied the entire[详细]
2023-03-18 22:00 分类:问答My extended CodeIgniter 2.0.2 class doesn't see it's parent class methods
This is my first OOP php app and I\'m getting a little stumped here... I created the following class that extends the CI_Model[详细]
2023-03-18 13:41 分类:问答