Posts

Showing posts from 2017

ऐसा करने का क्या अधिकार है ?

क्या तुम लोहे की धधकती छड़ सिर्फ इसलिए अपने हाथ में पकड़ सकते हो क्योंकि कोई तुम्हे ऐसा करना चाहता है ? तब , क्या तुम्हारे लिए ये सही होगा कि तुम सिर्फ अपनी इच्छा पूरी करने के लिए दूसरों से ऐसा करने को कहो . यदि तुम अपने शरीर या दिमाग पर दूसरों के शब्दों या कृत्यों द्वारा  चोट बर्दाश्त नहीं कर सकते हो तो तुम्हे दूसरों के साथ अपनों शब्दों  या कृत्यों द्वारा ऐसा करने का क्या अधिकार है ?

PHP Codeigniter Interview Question and Answers for 1 year experiance

Image
1. What is codeigniter. Codeigniter is open source , web   application   framework.Its is for building websites using php.Codeigniter is loosely based on MVC pattern. Most simple framework in php , which is you will easily learn.Its mostly known for its speed as compare to other frameworks in php. Its goal is to enable you to develop projects much faster than you could if you were writing code   from scratch , by providing a rich set of   libraries   for commonly needed tasks, as well as a simple interface and logical structure to access these libraries. 2. When and who developed codeigniter. The first public version of CodeIgniter was released on February 28, 2006. 3. What is current version of codeigniter. version 2.2.0 was released June 2014.The development version of codeigniter 3.0-dev was release on October 20, 2011.Preview version 3.0-dev, is certified   open source software   licensed with the Open Software License. 4. What ar...