开发者_开发知识库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
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.
Thanks for previous replies I am doing encryption and decryption for my log in authentication. i used
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
I am new to Zend Framewo开发者_StackOverflow中文版rk. I want to initialize connection configration of zend and phpmyadmin.
Thanks for previous replies H开发者_如何学Cow to connect mysql to zend framework. i created table in mysql. i used
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?
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.
I am new in Zend Framwork. I write a action for login is given below : public function authAction() { $request = $this->getRequest();
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