thenature4u Posted April 6, 2009 Share Posted April 6, 2009 I am using php with smarty template engine and mysql. I want to use some framework for mysql database. That is a social networking site. Please suggest me any best framework with advantages. Thanks Naren Link to comment https://forums.phpfreaks.com/topic/152776-mysql-framework/ Share on other sites More sharing options...
aschk Posted April 6, 2009 Share Posted April 6, 2009 By "framework for mysql database" i'm assuming you mean a PHP class or script that abstracts the database. Why don't you just use PHP's native mysql_* functions? See: http://uk2.php.net/manual/en/ref.mysql.php Link to comment https://forums.phpfreaks.com/topic/152776-mysql-framework/#findComment-802271 Share on other sites More sharing options...
gffg4574fghsDSGDGKJYM Posted April 6, 2009 Share Posted April 6, 2009 I think you are looking for something like that Propel http://propel.phpdb.org/trac/ Link to comment https://forums.phpfreaks.com/topic/152776-mysql-framework/#findComment-802306 Share on other sites More sharing options...
thenature4u Posted April 6, 2009 Author Share Posted April 6, 2009 sorry not framework, i was taking about abstraction layer. Which is the best one to use? ADODB or PDO? Link to comment https://forums.phpfreaks.com/topic/152776-mysql-framework/#findComment-802411 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.