Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Codeigniter using namespace for version 3.x?
Post: RE: Codeigniter using namespace for version 3.x?

Because CI3 support PHP 5.2.4 and namespaces introduced in PHP 5.3
9,246 Views
5 Replies
05-22-2015, 04:44 AM
Mohammadhzp
    Thread: Codeigniter popularity : why ?
Post: RE: Codeigniter popularity : why ?

zaria Wrote: (05-20-2015, 09:06 PM) -- Who support now CI? -- CI is now a project of the British Columbia Institute of Technology (http://www.bcit.ca/cas/computing/)
41,364 Views
19 Replies
05-20-2015, 11:44 PM
Mohammadhzp
    Thread: Codeigniter popularity : why ?
Post: RE: Codeigniter popularity : why ?

calcio Wrote: (05-19-2015, 07:59 AM) -- I think CI it's popular because, it's very simple to learn and implements his features. But, like PHP is to easy to learn, most of people use it for a wrong w...
41,364 Views
19 Replies
05-19-2015, 08:39 AM
Mohammadhzp
    Thread: Codeigniter - Iranian Community
Post: RE: Codeigniter - Iranian Community

جهت اینکه اگر احیانا خبر ندارین بگم که وبسایت کدایگنایتر کاملا در گیت هاب در دسترس هستش ممکنه که کمکتون کنه https://github.com/bcit-ci/codeigniter-website
46,226 Views
0 Replies
04-30-2015, 09:28 AM
Mohammadhzp
    Thread: Codeigniter - Iranian Community
Post: RE: Codeigniter - Iranian Community

Hamed Wrote: (04-29-2015, 09:04 AM) -- سلام حالا به نظرتون راه بیفته چی قراره ارائه کنه؟ -- فکر کنم قبل از هرکاری باید همین سوالی که حامد پرسید رو از خودتون میپرسیدین.سوال خوبیه
46,226 Views
0 Replies
04-29-2015, 09:58 AM
Mohammadhzp
    Thread: Codeigniter - Iranian Community
Post: RE: Codeigniter - Iranian Community

nasser.man Wrote: (04-15-2015, 10:56 PM) -- یه سری آموزشی برای کدایگنایتر البته برای ورژن ۲ این دانلود به صورت تورنت هست و چون سیدرهاش کمه سرعت پایینه اگر تمایل داشتید دانلود کنید لینگ مگنت Tutsplu...
46,226 Views
0 Replies
04-17-2015, 02:40 AM
Mohammadhzp
    Thread: Codeigniter - Iranian Community
Post: RE: Codeigniter - Iranian Community

Hamed Wrote: (04-15-2015, 05:00 AM) -- سلام میشه آدرس کتابخانه را بدهید؟ Mohammadhzp Wrote: (04-15-2015, 02:52 AM) -- من هیچوقت از کتابخانه ها استفاده نمیکنم چون که مربوط به مسائل خیلی عمومی تر ...
46,226 Views
0 Replies
04-15-2015, 08:36 AM
Mohammadhzp
    Thread: Codeigniter - Iranian Community
Post: RE: Codeigniter - Iranian Community

من هیچوقت از کتابخانه ها استفاده نمیکنم چون که مربوط به مسائل خیلی عمومی تر هستش.یکی از دلایل اینکه کدایگنایتر هم این کتابخانه رو نداره همین هستش.دلیل دیگش هم این هستش که تقریبا هر شخصی در هر پروژه ای...
46,226 Views
0 Replies
04-15-2015, 02:52 AM
Mohammadhzp
    Thread: Codeigniter - Iranian Community
Post: RE: Codeigniter - Iranian Community

سایت codeigniter.ir همونجوری ثابت مونده و کاریم نمیکنن.اگر کسی سایتی میشناسه بگه که بقیه استفاده کنند کسی از دوستان توی محیط پروداکشن از کدایگنایتر استفاده میکنه ؟ میتونه نظری بده از سرعت و پاید...
46,226 Views
0 Replies
04-13-2015, 02:48 AM
Mohammadhzp
    Thread: What is the best IDE for development with CI
Post: RE: What is the best IDE for development with CI

there is also another repository, NetBeans Plugin for CodeIgniter https://github.com/bcit-ci/netbeans-plugin
77,033 Views
48 Replies
03-12-2015, 04:49 AM
Mohammadhzp
    Thread: Translations - Additional Languages
Post: RE: Translations - Additional Languages

ciadmin Wrote: (03-09-2015, 05:09 PM) -- Mohammadhzp Wrote: (03-09-2015, 05:00 PM) -- I can complete translation for Persian but will you guys accept my pull request if I fork and complete rest of ...
98,819 Views
44 Replies
03-10-2015, 02:46 AM
Mohammadhzp
    Thread: Translations - Additional Languages
Post: RE: Translations - Additional Languages

I can complete translation for Persian but will you guys accept my pull request if I fork and complete rest of translation while my name is not in that list ?
98,819 Views
44 Replies
03-09-2015, 05:00 PM
Mohammadhzp
    Thread: What is the best IDE for development with CI
Post: RE: What is the best IDE for development with CI

I tried Netbeans and Phpstorm, they are equally good,both IDEs have everything plus Netbeans is free! so why pay while you can get all things you want for free ? you can get Auto-completion in Netbean...
77,033 Views
48 Replies
03-07-2015, 06:00 AM
Mohammadhzp
    Thread: Getting start with CI 2.x OR 3.x
Post: RE: Getting start with CI 2.x OR 3.x

Only some docs and merging the feature branch holding back 3.0 release, go for CI3
12,921 Views
0 Replies
01-17-2015, 08:40 AM
Mohammadhzp
    Thread: Keeping a user logged in
Post: RE: Keeping a user logged in

No, CI provide nothing for Authentication (http://forum.codeigniter.com/thread-396.html) You should use cookies, and if you want to do it in CI way, you should use "input" library Or tell me if I go...
4,944 Views
0 Replies
01-07-2015, 11:58 AM
Mohammadhzp
    Thread: Cannot retive the session
Post: RE: Cannot retive the session

Code: -- $data[] = array( 'username' => $this->input->post('username'), 'log' => TRUE, ); -- This is the issue you can do this: Code: -- $data['username'] =  $this->input->post('username'); $data...
4,771 Views
0 Replies
01-04-2015, 10:10 AM
Mohammadhzp
    Thread: Codeigniter - Iranian Community
Post: Codeigniter - Iranian Community

سلام برنامه نویسان هموطن این تاپیک رو ایجاد میکنم به امید اینکه کدایگنایتر نویسا بهم نزدیک تر بشن و کسایی هم که انگلیسی مشکل دارن اینجا سوالاشونو بپرسن و سریع جواب بگیرن.برای شروع بدک نیست.نه ؟  ;)
46,226 Views
0 Replies
12-23-2014, 05:21 PM
Mohammadhzp
    Thread: Template Engine
Post: RE: Template Engine

Rufnex has a point,Why would someone use Template engine which slow down performance while the same thing can be done in native PHP as fast as it can get,for security ? not worth it,plus adding more u...
47,873 Views
0 Replies
10-23-2014, 05:12 AM
Mohammadhzp

Theme © iAndrew 2016 - Forum software by © MyBB