zend-db
How do I use Zend_Db_Table with multiple schemata and multiple deployments?
开发者_开发知识库My boss wants the application we are currently working on to be split across several schemata in the database, because he wants multiple applications -- some of which I have no contro[详细]
2023-04-09 14:38 分类:问答Inserting current date to MySql using Zend Date
I have a website based on Zend Framework. There is a form for users to fill in and the entered data is inserted in the database.[详细]
2023-04-09 06:17 分类:问答How to decrypt the text
Thanks for previous replies I am doing encryption and decryption for my log in authentication. i used[详细]
2023-04-08 20:03 分类:问答How to execute query in Zend framework
Thanks for previous replies I am execution \"select Name from table_name where id=1\"; . i saw some tutorials for getting data from the database, they mentioned $DB = new Zend_Db_Adapter_Pdo_Mysql($p[详细]
2023-04-08 03:52 分类:问答How can i define a mysql connection in Zend's application.ini file?
I am new to Zend Framewo开发者_StackOverflow中文版rk. I want to initialize connection configration of zend and phpmyadmin.[详细]
2023-04-07 13:45 分类:问答How to connect Database
Thanks for previous replies H开发者_如何学Cow to connect mysql to zend framework. i created table in mysql. i used[详细]
2023-04-07 06:46 分类:问答Zend_Db_Table: Delete multiple entries
I wanted to delete some db entries and each of them has a unique ID. My current code looks so, taken from here: Zend Framework: How to delete a table row where multiple things are true?[详细]
2023-04-07 04:26 分类:问答PHP - Zend Framework - Using static methods for data access
I\'ve been reading online about the pros and cons of using static methods for accessing data from the database. I have a LAMP based site built on Zend framework.[详细]
2023-04-07 03:22 分类:问答Zend Login Problem
I am new in Zend Framwork. I write a action for login is given below : public function authAction() { $request = $this->getRequest();[详细]
2023-04-06 21:37 分类:问答How mvc works in Zend framework
Thanks for previous replies.. I am trying to print Hello_world using zend framework. I wrote php file in model folder开发者_C百科 and return string value as a \"Hello_world\". In controller i accesst[详细]
2023-04-06 17:42 分类:问答