CodeIgniter with or without Doctrine? - codeigniter

I've used CodeIgniter with and without Doctrine. Honestly, I could not see great advantages in using Doctrine.
I'd like to know opinions about advantages in using CodeIgniter with or without Doctrine.
Thank you

I honestly believe Doctrine 2 is a great object relational mapper which you can't forget.
Read the answer in here :- Advantages of using Doctrine for PHP?
Hope this helps,
Cheers!

Related

At which version an odoo introduced ORM API?And need a difference between with and without ORM API.Could anyone explain me please?

I'm new to odoo(openerp),so facing difficulty to understand the concepts in odoo.Now I started to learn newly about ORM API.From that I arose a question like at which version an odoo introduced ORM API?And to know the difference between with and without ORM API.I searched through many website but I could'nt get the correct answers.So I came over here to get the perfect answer.Could anyone will explain me?

How to access native xml database (eXist-db) from codeigniter

For my final project I have to use native xml database processed by xquery, of course. I also want to use the codeigniter framework. The problem is I don't know how to connect to the exist database and how to manipulate the xml files with xquery under codeigniter. Please, do tell any hint. I'm struggling for so long to come up with a solution. Thank you.
Assuming that a PHP library would work for you, the eXist-db documentation links to https://github.com/CuAnnan/php-eXist-db-Client.

yii - form/modal based on mongodb

I am using mongo db in my yii project.
I am newbie in yii and mvc. I need to show some fields from database to user. And also allow them to edit those fields when they click edit. From what I know so far, I need a modal to create form. Modal should extend CActiveRecord (because I am allowing edit).
But I have no clue how this is going to work with mongodb ? Its very differnt from mysql (structure and fields are not definite in mongodb). Some users have field (column) abc while some do user do not have it.
I am looked into the mongodbsuite for yii. But its very hard for me to understand that at this level.
I am willing to write my own custom code, if someone can give me a direction. (or I'll have to write my own code destroying the feel of yii/mvc. Fetching everything and inserting into textboxes and then allow users to edit those)
I think this extension will help you. Pls check - YIIMongoDBSuite
What i suggest instead of writing your own code and doing testing to make it work, it is always better to shift to mysql,oracle or anything that Yii supports. it would save life
Yii Supports
SQLite
mysql
PostgreSQL
SQL Server
Oracle
It might be worth asking this question on the yiiframework forum
http://www.yiiframework.com/forum/
where there seem to be people actively using yii and mongodb.

CodeIgniter Help

I am trying to build an autosuggest using CodeIgniter, can i have some examples?
Try their video tutorials. They show you how to make a blog and a basic introduction to CodeIgniter.
Also, they have another list of tutorials that might give you a better idea.
Have a look at the PHP form_helper that shows you how to add javascript events and PHP callbacks on to form elements both of these you will need to use to work.
Good Luck

simple database handling applicatication with Kohana

Can somebody help me with database handling applications like insert a record, edit etc.
I suggest you read through the Kohana 101 in the wiki. It gives a great overview about those stuff (and quite some more).
You can find it here.

Resources